SpinEventArgs.Cancel = Boolean;
The Cancel property determines the fact that the text can be entered to the editor.
Entering the numeral and text values is possible if the False value is assigned. If the True value is assigned then entry is available only for text values.
The example of property use is given in the Example of Creating the SpinEdit Component page.
See also: