Description
The wMin
property returns the minimum value that can be specified in the 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 that can be specified in the spin box.
Remarks
If a value that is earlier than wMin
is set to the wValue
property, the wValue
property will become equal to wMin
.
See Also
wMax Property (QtSpinBox Controls)
wValue Property (Spin Controls)