A windows spin button control. Encapsulates an MFC CSpinButtonCtrl object.
-
Obtains the current position for a spin button control.
-
Sets the current position for a spin button control.
-
Sets the upper and lower limits (range) for a spin button control.
-
Sets the upper and lower limits (range) for a spin button control.
PyCSpinButtonCtrl.GetPos
int = GetPos() Obtains the current position for a spin button control.
PyCSpinButtonCtrl.SetPos
int = SetPos(pos) Sets the current position for a spin button control.
-
pos : int
The new position.
The result is the previous position.
PyCSpinButtonCtrl.SetRange
int = SetRange() Sets the upper and lower limits (range) for a spin button control.
PyCSpinButtonCtrl.SetRange32
int = SetRange32() Sets the 32 bit upper and lower limits (range) for a spin button control.