RangeChecking Property
Syntax
CWNumEdit.RangeChecking
Data Type
Purpose
Specifies if the CWNumEdit control enforces the Minimum and Maximum property values.
Example
'Range checking enforced
CWNumEdit1.RangeChecking = True
CWNumEdit.RangeChecking
Specifies if the CWNumEdit control enforces the Minimum and Maximum property values.
'Range checking enforced
CWNumEdit1.RangeChecking = True