Share via


CSplitterWnd::CreateScrollBarCtrl

virtual BOOL CreateScrollBarCtrl( DWORD dwStyle**, UINT** nID );

Return Value

Nonzero if successful; otherwise 0.

Parameters

dwStyle

Specifies the window style.

nID

The child window ID of the window. The ID can be AFX_IDW_PANE_FIRST unless the splitter window is nested inside another splitter window.

Remarks

This member function is called by the framework to create a shared scroll bar control. Override CreateScrollBarCtrl to include extra controls next to a scroll bar. The default behavior is to create normal Windows scroll bar controls.

CSplitterWnd OverviewClass MembersHierarchy Chart

See Also   AfxGetInstanceHandle