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