Maximum Property
Syntax
CWNumEdit.Maximum
Data Type
Purpose
Specifies the maximum value of the CWNumEdit control for range checking.
Example
'Set the minimum to 0 and the maximum to 100
CWNumEdit1.Minimum = 0
CWNumEdit1.Maximum = 100
CWNumEdit.Maximum
Specifies the maximum value of the CWNumEdit control for range checking.
'Set the minimum to 0 and the maximum to 100
CWNumEdit1.Minimum = 0
CWNumEdit1.Maximum = 100