IQtDoubleSpinBox.wMin Property |
Returns the minimum value for the SpinBox control.
Namespace:
SmartBear.TestLeft.TestObjects.Qt
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
SyntaxReadOnly Property wMin As Double
Get
Dim instance As IQtDoubleSpinBox
Dim value As Double
value = instance.wMin
property double wMin {
double get ();
}
Property Value
Type:
Double
Exceptions
See Also