SECTabWndBase::FindTab
BOOLSECTabWndBase::FindTab(const CWnd* constpWnd, int&nIndex)
The array of tabs is searched for a tab with the associated window client specified by pWnd. If a tab is found, its index is returned in the nTab parameter.
Defined in: tabwndb.cpp
Return Value
Nonzero if a tab with the given client was found; otherwise 0.
Parameters
pWnd
Find the tab with this client.
nIndex
If a tab is found, its index is returned via this parameter.
See Also