ITrackBarIntwPosition Property |
Gets or sets the position of the track bar slider.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax int wPosition { get; set; }
Property wPosition As Integer
Get
Set
Dim instance As ITrackBarInt
Dim value As Integer
value = instance.wPosition
instance.wPosition = value
property int wPosition {
int get ();
void set (int value);
}
Property Value
Type:
Int32Exceptions See Also