SECTabWndBase::TabExists

Call this function to check for the existence of a specific tab.

Defined in: tabwndb.cpp

Syntax

TabExists(CWnd* pWnd)

TabExists(int nIndex)

Return Value

Nonzero if the specified tab exists; otherwise 0.

Parameters

pWnd

Test for existence of tab with this client window.

nIndex

Test for existence of tab with this index.

See Also

SECTabWndBase