CScrollBar::ShowScrollBar

Call this member function to show or hide a scroll bar.

An application should not Call this member function to hide a scroll bar while processing a scroll-bar notification message.

Syntax

void ShowScrollBar( BOOL bShow = TRUE );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CScrollBar Overview, CScrollBar Member Functions, Control Classes, CScrollBar::GetScrollPos, CScrollBar::GetScrollRange, CWnd::ScrollWindow, CScrollBar::SetScrollPos, CScrollBar::SetScrollRange