Description
Use the wPosition
property to get or set the value that is currently displayed in the UpDown control. This value must be within the range wMin
...wMax
(bounds are included).
Declaration
TestObj.wPosition
Read-Write 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
This property is available in the Object Browser panel and in other panels and dialogs in both Basic and Advanced view modes.
Property Value
An integer value that is currently displayed in the UpDown control.
Example
To view an example that demonstrates how to use the wPosition
property, see Getting the UpDown Value.
See Also
Setting the UpDown Value
wMax Property (UpDown Controls)
wMin Property (UpDown Conrtrols)
Down Action (UpDown Controls)
Up Action (Up-Down Controls)