SECTabControlBase::FindTab
BOOLSECTabControlBase::FindTab(const CObject* constpClient, int&nTab)
The array of tabs is searched for a tab with the client specified by pClient. If such a tab is found, its index is returned in the nTab parameter.
Defined in: tabctrlb.cpp
Return Value
Nonzero if a tab with the given client was found; otherwise 0.
Parameters
pClient
Find the tab with this client.
nTab
If a tab is found, its index is returned via this parameter.
See Also