CSplitterWnd::GetScrollStyle
Returns the shared scroll-bar style for the splitter window.
DWORD GetScrollStyle( ) const;
Return Value
One or more of the following windows style flags, if successful:
WS_HSCROLL If the splitter currently manages shared horizontal scroll bars.
WS_VSCROLL If the splitter currently manages shared vertical scroll bars.
If zero, the splitter window does not currently manage any shared scroll bars.
Requirements
Header: afxext.h