CBasePane::IsTabbed
Determines whether the pane has been inserted in the tab control of a tabbed window.
virtual BOOL IsTabbed() const;
Return Value
TRUE if the control bar is inserted in a tab of a tabbed window; otherwise FALSE.
Remarks
This method retrieves a pointer to the immediate parent and determines if the parent's runtime class is CMFCBaseTabCtrl Class.
Requirements
Header: afxbasepane.h