GUpDownCtrl

GUpDownCtrl — a pair of arrows for incrementing and decrementing values, based on UpDown Control.

Synopsis

class GUpDownCtrl GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GUpDownCtrl

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)
GetAccel (nAccel, pAccel)
GetBase ()
GetPos (args?...)
GetPos32 (args?...)
GetRange (args?...)
GetUnicodeFormat ()
SetAccel (nAccel, pAccel)
SetBase (nBase)
SetPos (nPos)
SetPos32 (nPos)
SetRange (nLower, nUpper)
SetRange32 (nLower, nUpper)
SetUnicodeFormat (args?...)

This class also inherits the functions of GWindowBase.