IQtSpinBoxwValue Property |
Returns the value of the SpinBox control.
Namespace:
SmartBear.TestLeft.TestObjects.Qt
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax Property wValue As Integer
Get
Set
Dim instance As IQtSpinBox
Dim value As Integer
value = instance.wValue
instance.wValue = value
property int wValue {
int get ();
void set (int value);
}
Property Value
Type:
Int32Exceptions See Also