Spinner Control

Properties   Events   Methods   See Also

Creates a spinner.

Syntax

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 Chapter 10, Using Controls, in the Programmer's Guide.