IWinTrackBarwLineSize Property |
Returns the number of logical positions the trackbar's slider moves in response to keyboard input from the arrow keys.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax ReadOnly Property wLineSize As Integer
Get
Dim instance As IWinTrackBar
Dim value As Integer
value = instance.wLineSize
property int wLineSize {
int get ();
}
Property Value
Type:
Int32Exceptions See Also