Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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