Spinner Control

Creates a spinner.

Spinner

Remarks

A spinner allows a user to choose from a range of numeric values by 'spinning' through the values by clicking the up or down arrows on the spinner or by typing a value into the spinner box.

The KeyBoardHighValue and SpinnerHighValue properties specify the maximum numeric values that can be entered from the keyboard into the spinner box and by clicking the arrow buttons on the spinner.

The KeyBoardLowValue and SpinnerLowValue properties specify the minimum numeric values that can be entered from the keyboard into the spinner box and by clicking the arrow buttons on the spinner.

For additional information about creating spinners, see the Form Designer topic and Using Controls.

See Also

Spinner Control Properties, Methods and Events | CREATE CLASS | CREATE FORM | DEFINE CLASS