IScrollBarRealwPosition Property |
Returns the position of the scroll bar thumb.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax double wPosition { get; set; }
Property wPosition As Double
Get
Set
Dim instance As IScrollBarReal
Dim value As Double
value = instance.wPosition
instance.wPosition = value
property double wPosition {
double get ();
void set (double value);
}
Property Value
Type:
DoubleExceptions See Also