GUpDownCtrl
GUpDownCtrl — a pair of arrows for incrementing and decrementing values, based on
UpDown Control.
class GUpDownCtrl GWindowBase
{
m_hWnd;
}
GWindowBase
<-- GUpDownCtrl
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 CUpDownCtrl::Create.
GetAccel (nAccel, pAccel)Corresponds to CUpDownCtrl::GetAccel.
GetBase ()Corresponds to CUpDownCtrl::GetBase.
GetPos (args?...)Corresponds to CUpDownCtrl::GetPos.
GetPos32 (args?...)Corresponds to CUpDownCtrl::GetPos32.
GetRange (args?...)Corresponds to CUpDownCtrl::GetRange.
GetUnicodeFormat ()Corresponds to
CUpDownCtrl::GetUnicodeFormat.
SetAccel (nAccel, pAccel)Corresponds to CUpDownCtrl::SetAccel.
SetBase (nBase)Corresponds to CUpDownCtrl::SetBase.
SetPos (nPos)Corresponds to CUpDownCtrl::SetPos.
SetPos32 (nPos)Corresponds to CUpDownCtrl::SetPos32.
SetRange (nLower, nUpper)Corresponds to CUpDownCtrl::SetRange.
SetRange32 (nLower, nUpper)Corresponds to CUpDownCtrl::SetRange32.
SetUnicodeFormat (args?...)Corresponds to
CUpDownCtrl::SetUnicodeFormat.
This class also inherits the functions of GWindowBase.