Interface IScrollInfoProvider
Represents test object containing a scrollbar.
public interface IScrollInfoProvider : IScrollable
- Inherited Members
Properties
HorizontalScroll
The scroll properties of the horizontal scroll bar. Possible values: ScrollInfo
ScrollInfo HorizontalScroll { get; }
Property Value
VerticalScroll
The scroll properties of the vertical scroll bar. Possible values: ScrollInfo
ScrollInfo VerticalScroll { get; }
Property Value
VerticalScrollPosition
The position of the vertical scroll bar of the object. Possible values: VerticalScrollPosition
VerticalScrollPosition VerticalScrollPosition { get; }