SECTabControlBase::SelectTab

voidSECTabControlBase::SelectTab(intnTab)

The tab with the specified index is selected. Any number of tabs can be selected but only one can be the active tab. The active tab appears on top of all other tabs (including selected tabs). After marking the tab as selected, the tab control sends a TCM_TABSEL message to its parent. The parent’s handler for this message will need to call GetTabInfo for all tabs to determine which tabs are selected and retrieve the client of selected tabs.

Defined in: tabctrlb.cpp

Return Value

void

Parameters

nTab

Index of tab to select.

See Also

ActivateTab

ClearSelection

GetTabInfo

SECTabControlBase