SpinEventArgs.Cancel

Syntax

SpinEventArgs.Cancel = Boolean;

Description

The Cancel property determines the fact that the text can be entered to the editor.

Comments

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.

Example

The example of property use is given in the Example of Creating the SpinEdit Component page.

See also:

SpinEventArgs