Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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]
Return Value
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.
Remarks
Applies To: Spinner Control
See Also
Reference
SpinnerHighValue, SpinnerLowValue Properties