CMFCBaseTabCtrl::IsOneNoteStyle
Determines whether tabs are displayed in the style of Microsoft OneNote.
virtual BOOL IsOneNoteStyle() const;
Return Value
TRUE if tabs are displayed in the style of Microsoft OneNote; otherwise FALSE.
Remarks
Call the method CMDIFrameWndEx::EnableMDITabs to enable the Microsoft OneNote style. You can also enable this style when you instantiate the CMFCTabCtrl Class: simply pass the style STYLE_3D_ONENOTE to the method CMFCTabCtrl::Create.
By default, the Microsoft OneNote style is not supported in a custom class derived from the CMFCBaseTabCtrl Class. However, it is supported in the CMFCTabCtrl class.
Requirements
Header: afxbasetabctrl.h