IWinUpDownEditwMax Property |
Returns the maximum logical position of the up-down control (a spin button).
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax ReadOnly Property wMax As Integer
Get
Dim instance As IWinUpDownEdit
Dim value As Integer
value = instance.wMax
property int wMax {
int get ();
}
Property Value
Type:
Int32Exceptions See Also