SECTabControlBase::TabExists
Call this function to check the existence of a tab.
Defined in: tabctrlb.cpp
Syntax
TabExists(CObject* pClient)
TabExists(int nTab)
Return Value
Nonzero if the specified tab exists; otherwise 0.
Parameters
pClient
Test for existence of tab with this client.
nTab
Test for existence of tab with this index.
See Also