SEC3DTabControl::SetTabIcon

Sets the tab icon.

Defined in: tabctrl3.cpp

Syntax

SetTabIcon(int nIndex, HICON hIcon)

SetTabIcon(int nIndex, UINT nIDIcon, int cx, int cy)

SetTabIcon(int nIndex, LPCTSTR lpszIconName, int cx, int cy)

Return Value

void

Parameters

nIndex

Index of tab icon.

hIcon

Handle of icon.

nIDIcon

ID of icon.

lpszIconName

Icon resource name.

See Also

SEC3DTabControl