Share via


CSplitterWnd::GetScrollStyle

DWORDGetScrollStyle()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.

Remarks

Returns the shared scroll-bar style for the splitter window.

CSplitterWnd OverviewClass MembersHierarchy Chart

See Also   CSplitterWnd::SetScrollStyle