IWinTrackBarwSelectionStart Property |
Returns the starting position of the current selection range in a trackbar.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax int wSelectionStart { get; }
ReadOnly Property wSelectionStart As Integer
Get
Dim instance As IWinTrackBar
Dim value As Integer
value = instance.wSelectionStart
property int wSelectionStart {
int get ();
}
Property Value
Type:
Int32Exceptions See Also