SECTabControlBase::ActivateTab

voidSECTabControlBase::ActivateTab(intnTab)

The tab at the specified index is activated and scrolled into view. The active tab is the tab appearing on top of all other tabs (including selected tabs). There can be at most one active tab at any given moment. On the other hand, any number of tabs can be concurrently selected.

Defined in: tabctrlb.cpp

Return Value

void

Parameters

nTab

Index of the tab to activate.

See Also

GetActiveTab

SelectTab

GetTabInfo

SECTabControlBase