Description
Returns the maximum value of the UpDown control.
Declaration
TestObj.wMax
Read-Only Property | Integer |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section |
Applies To
The property is applied to the following object:
View Mode
To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Property Value
An integer value specifying the maximum value the UpDown control can take on. This value should be greater than wMin
.
Example
To view an example that demonstrates how to use the wMax
property, see Getting the Minimum and Maximum Allowed Values in UpDown Controls.
See Also
Setting the UpDown Value
wMin Property (UpDown Conrtrols)
wPosition Property (UpDown Controls)
Down Action (UpDown Controls)
Up Action (Up-Down Controls)