CWnd::GetScrollBarInfo
Retrieves information about the specified scroll bar.
BOOL GetScrollBarInfo(
LONG idObject,
PSCROLLBARINFO psbi
) const;
Parameters
idObject
Specifies the menu object. For a list of possible values, see GetScrollBarInfo.psbi
Pointer to a SCROLLBARINFO structure that receives the information.
Return Value
Nonzero if the function succeeds; otherwise 0.
Remarks
This member function emulates the functionality of the function GetScrollBarInfo, as described in the Windows SDK.
Requirements
Header: afxwin.h