CMFCTabCtrl::IsSharedScroll
Indicates whether the current tab control has a scroll bar that can scroll its tabs as a group.
BOOL IsSharedScroll() const;
Return Value
TRUE if the tab control has a shared scroll bar; otherwise, FALSE.
Remarks
This method returns TRUE if the style parameter of the CMFCTabCtrl::Create method is STYLE_FLAT_SHARED_HORZ_SCROLL.
Requirements
Header: afxtabctrl.h