CScrollBar::ShowScrollBar
voidShowScrollBar(BOOLbShow**=TRUE);**
Parameters
bShow
Specifies whether the scroll bar is shown or hidden. If this parameter is TRUE, the scroll bar is shown; otherwise it is hidden.
Remarks
Shows or hides a scroll bar.
An application should not call this function to hide a scroll bar while processing a scroll-bar notification message.
Example
See the example for CScrollBar::Create.
CScrollBar Overview | Class Members | Hierarchy Chart
See Also CScrollBar::GetScrollPos, CScrollBar::GetScrollRange, CWnd::ScrollWindow, CScrollBar::SetScrollPos, CScrollBar::SetScrollRange