IScrollViewBarIntPos Property |
Gets or sets the position of the scrollbar thumb.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax Property Pos As Integer
Get
Set
Dim instance As IScrollViewBarInt
Dim value As Integer
value = instance.Pos
instance.Pos = value
property int Pos {
int get ();
void set (int value);
}
Property Value
Type:
Int32Exceptions See Also