wMin Property (UpDown Conrtrols)

Applies to TestComplete 15.63, last modified on April 23, 2024

Description

Returns the minimum value of the UpDown control.

Declaration

TestObj.wMin

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 minimum value the UpDown control can take on. This value should be less than wMax.

Example

To view an example that demonstrates how to use the wMin property, see Getting the Minimum and Maximum Allowed Values in UpDown Controls in Desktop Windows Applications.

See Also

Setting the UpDown Value in Desktop Windows Applications
wMax Property (UpDown Controls)
wPosition Property (UpDown Controls)
Down Action (UpDown Controls)
Up Action (Up-Down Controls)

Highlight search results