CWnd::GetScrollBarInfo
Retrieves information about the specified scroll bar.
BOOL GetScrollBarInfo(
LONG idObject,
PSCROLLBARINFO psbi
) const;
Параметры
idObject
Specifies the menu object. For a list of possible values, see GetScrollBarInfo.psbi
Pointer to a SCROLLBARINFO structure that receives the information.
Возвращаемое значение
Nonzero if the function succeeds; otherwise 0.
Заметки
This member function emulates the functionality of the function GetScrollBarInfo, as described in the Windows SDK.
Требования
Header: afxwin.h