|
 |
|
NOTE: This Design document is subject to change at any time. |
Syntax: <SPINEDIT property-list/>
This control is used to edit numeric values. Clicking the arrow buttons, or pressing the the arrow keys will increment or decrement the value show in the edit box. The value can also be edited directly.
The MinValue and MaxValue properties can be used to specify the limits allowed for the number. The Increment property specifies how much the value is incremented or decremented.
The Value property either returns an Integer or floating-point value, depending upon the type of the data field associated with the control. If the control is not associated with a control, then the type of Value is given by the ValueType property.
Using the keyboard, the value can be incremented with the up-arrow or keypad-plus keys. The value can be decremented with the down-arrow or keypad-minus keys. The mouse scroll-wheel is also supported for incrementing and decrementing values.
The LargeStep property sets a larger value to increment or decrement the control when using the Page arrows, or the Pg-Up and Pg-Down keys. To display the page arrows on the control, set the ShowPage property. |
|