Interface IScrollInfoProvider
Represents test object containing a scrollbar.
Inherited Members
Namespace: HP.LFT.SDK.StdWin
Assembly: HP.LFT.SDK.dll
Syntax
public interface IScrollInfoProvider : IScrollable
Properties
HorizontalScroll
The scroll properties of the horizontal scroll bar. Possible values: ScrollInfo
Declaration
ScrollInfo HorizontalScroll { get; }
Property Value
| Type | Description |
|---|---|
| ScrollInfo |
VerticalScroll
The scroll properties of the vertical scroll bar. Possible values: ScrollInfo
Declaration
ScrollInfo VerticalScroll { get; }
Property Value
| Type | Description |
|---|---|
| ScrollInfo |
VerticalScrollPosition
The position of the vertical scroll bar of the object. Possible values: VerticalScrollPosition
Declaration
VerticalScrollPosition VerticalScrollPosition { get; }
Property Value
| Type | Description |
|---|---|
| VerticalScrollPosition |