Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables or disables the scroll bar for this window.
void EnableScrollBarCtrl(
int nBar,
BOOL bEnable = TRUE
);
Parameters
nBar
The scroll-bar identifier.bEnable
Specifies whether the scroll bar is to be enabled or disabled.
Remarks
If the window has a sibling scroll-bar control, that scroll bar is used; otherwise the window's own scroll bar is used.
Requirements
Header: afxwin.h