Table of Contents

Interface IScrollInfoProvider

Namespace
HP.LFT.SDK.StdWin
Assembly
HP.LFT.SDK.dll

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

ScrollInfo

VerticalScroll

The scroll properties of the vertical scroll bar. Possible values: ScrollInfo

ScrollInfo VerticalScroll { get; }

Property Value

ScrollInfo

VerticalScrollPosition

The position of the vertical scroll bar of the object. Possible values: VerticalScrollPosition

VerticalScrollPosition VerticalScrollPosition { get; }

Property Value

VerticalScrollPosition