Inheritance diagram for StatusControl:
Public Member Functions | |
StepIt (void) | |
Increments the current value by Step value. | |
StepBy ([in] LONG Delta) | |
Increments the current value by the specified amount. | |
Properties | |
LONG RW | Min [] |
Returns or sets the minimum value of the control. | |
LONG RW | Max [] |
Returns or sets the maximum value of the control. | |
LONG RW | Position [] |
Returns or sets the current value of the control. | |
LONG RW | Step [] |
Returns or sets the step value of the control. |
When the control's value changes, the OnChange event occur.
StepBy | ( | [in] LONG | Delta | ) |
Increments the current value by the specified amount.
Delta | The current value will be incremented by this parameter. |
StepIt | ( | void | ) |
Increments the current value by Step value.
LONG RW Max |
Returns or sets the maximum value of the control.
LONG RW Min |
Returns or sets the minimum value of the control.
LONG RW Position |
Returns or sets the current value of the control.
LONG RW Step |
Returns or sets the step value of the control.