Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether a tab is detachable.
virtual BOOL IsTabDetachable(
int iTab
) const;
Parameters
- [in] iTab
The zero-based index of the tab to check.
Return Value
TRUE if the tab is detachable; FALSE otherwise.
Remarks
To make a tab detachable, use the method CMFCBaseTabCtrl::EnableTabDetach.
Requirements
Header: afxbasetabctrl.h