KeyboardHighValue, KeyboardLowValue Properties

Applies To   See Also

Specifies the highest or lowest value that can be entered into a Spinner control text box using the keyboard. Available at design time and run time.

Syntax

Spinner.KeyboardHighValue[ = nHigh]
Spinner.KeyboardLowValue[ = nLow]

Settings

nHigh

Specifies the highest value that can be entered. The default value for nHigh is 2,147,483,647.

nLow

Specifies the lowest value that can be entered. The default value for nLow is – 2,147,483,647.