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)

Corresponds to CScrollBar::Create.

EnableScrollBar (args?...)

Corresponds to CScrollBar::EnableScrollBar.

GetScrollBarInfo (pScrollBarInfo)

Corresponds to CScrollBar::GetScrollBarInfo.

GetScrollInfo (lpScrollInfo)

Corresponds to CScrollBar::GetScrollInfo.

GetScrollLimit ()

Corresponds to CScrollBar::GetScrollLimit.

GetScrollPos ()

Corresponds to CScrollBar::GetScrollPos.

SetScrollInfo (args?...)

Corresponds to CScrollBar::SetScrollInfo.

SetScrollPos (args?...)

Corresponds to CScrollBar::SetScrollPos.

SetScrollRange (args?...)

Corresponds to CScrollBar::SetScrollRange.

ShowScrollBar (args?...)

Corresponds to CScrollBar::ShowScrollBar.

This class also inherits the functions of GWindowBase.