BCGControlBar Pro for MFC
virtual CScrollBar* CBCGPPropList::GetScrollBarCtrl ( int  nBar) const
virtual

Returns a pointer to the scroll bar control.

Returns
A pointer to a CScrollBar object or NULL if there is no scroll bar.

Use this function to get the direct access to the vertical scroll bar control.

Parameters
nBarSpecifies the scroll bar orientation. Must be SB_VERT.