KeyboardHighValue, KeyboardLowValue Properties
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.
Spinner.KeyboardHighValue[ = nHigh]Spinner.KeyboardLowValue[ = nLow]
Property Values
- 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.
See Also
SpinnerHighValue, SpinnerLowValue Properties | KEYBOARD Command
Applies To: Spinner