SECTabWnd::ActivateTab

Activates a specific tab.

Defined in: tabwnd.cpp

Syntax

ActivateTab(CWnd* pWnd, int nIndex);

ActivateTab(CWnd* pWnd);

ActivateTab(int nIndex);

Return Value

returns TRUE if tab was activated, FALSE is failure or non-existant tab

Parameters

pWnd

CWnd pointer to tab to activate.

nIndex

Index of tab to activate.

See Also

SECTabWnd