IScrollViewRealVScroll Property |
Returns the object that provides a program interface to the vertical scroll bar of the control.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IScrollViewBarReal VScroll { get; }
ReadOnly Property VScroll As IScrollViewBarReal
Get
Dim instance As IScrollViewReal
Dim value As IScrollViewBarReal
value = instance.VScroll
property IScrollViewBarReal^ VScroll {
IScrollViewBarReal^ get ();
}
Property Value
Type:
IScrollViewBarRealExceptions See Also