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

This class also inherits the functions of GWindowBase.