GScrollBar

GScrollBar — a scroll-bar control.

Synopsis

class GScrollBar GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GScrollBar

Class Members

These functions correspond to Windows functions, but may not have exactly the same name. The links attempt a search on the name, but you might have to refine the search manually.

Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)
EnableScrollBar (args?...)
GetScrollBarInfo (pScrollBarInfo)
GetScrollInfo (lpScrollInfo)
GetScrollLimit ()
GetScrollPos ()
SetScrollInfo (args?...)
SetScrollPos (args?...)
SetScrollRange (args?...)
ShowScrollBar (args?...)

This class also inherits the functions of GWindowBase.