CTabView::IsScrollBar
Called by the framework when creating a tab view to determine whether the tab view has a shared horizontal scroll bar.
virtual BOOL IsScrollBar() const;
Return Value
TRUE if the tab view should be created together with a shared scroll bar. Otherwise, FALSE.
Remarks
The framework calls this method when a CTabView object is being created.
Override the IsScrollBar method in a CTabView-derived class and return TRUE if you want to create a view that has a shared horizontal scroll bar.
Requirements
Header: afxTabView.h