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.
Retrieves a pointer to the scroll bar control in the property grid control.
virtual CScrollBar* GetScrollBarCtrl(
int nBar
) const;
Parameters
- [in] nBar
The orientation of the scroll bar, which must be SB_VERT.
Return Value
A pointer to a scroll bar object, or NULL if there is no scroll bar or the scroll bar orientation is SB_HORZ.
Remarks
Use this method to gain direct access to the vertical scroll bar control.
Requirements
Header: afxpropertygridctrl.h