This topic has not yet been rated - Rate this topic

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

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Link target of first GetScrollBarInfo link is wrong
The top most link named "GetScrollBarInfo" points to "GetMenuBarInfo", which is obviously wrong.
Use the second link to "GetScrollBarInfo" further below.