SECTabWndBase::RemoveTab
The tab specified by nIndex or the associated window object is removed from the tabbed window.
Defined in: tabwndb.cpp
Syntax
RemoveTab(CWnd* pWnd)
RemoveTab(int nIndex)
Return Value
void
Parameters
pWnd
Window of tab to remove.
nIndex
Index of the tab to delete.
See Also
RenameTab