CScrollBar::ShowScrollBar
Shows or hides a scroll bar.
void ShowScrollBar(
BOOL bShow = TRUE
);
Параметры
- bShow
Specifies whether the scroll bar is shown or hidden. If this parameter is TRUE, the scroll bar is shown; otherwise it is hidden.
Заметки
An application should not call this function to hide a scroll bar while processing a scroll-bar notification message.
Пример
See the example for CScrollBar::Create.
Требования
Header: afxwin.h