SECTabWndBase::GetActiveTab

The index of the currently active tab is written to the nIndex parameter.

Defined in: tabwndb.cpp

Syntax

GetActiveTab(CWnd*& pWnd)

GetActiveTab(int& nIndex)

Return Value

Nonzero if there is an active tab; otherwise 0.

Parameters

pWnd

Window currently active in tabbed window.

nIndex

If a tab is currently active, its index is returned via nIndex.

See Also

GetTabInfo

SECTabWndBase