IScrollInfoProvider Interface
Represents test object containing a scrollbar.

C# Syntax

public interface IScrollInfoProvider : HP.LFT.SDK.IScrollable  
Public Properties
 NameDescription
PropertyHorizontalScrollThe scroll properties of the horizontal scroll bar. Possible values: HP.LFT.SDK.ScrollInfo  
PropertyVerticalScrollThe scroll properties of the vertical scroll bar. Possible values: HP.LFT.SDK.ScrollInfo  
PropertyVerticalScrollPositionThe position of the vertical scroll bar of the object. Possible values: VerticalScrollPosition  
Top
Public Methods
 NameDescription
MethodScrollScrolls an object that has embedded scroll bars. (Inherited from HP.LFT.SDK.IScrollable)
Top