IScrollable Interface
Represents test objects that support scrolling.

C# Syntax

public interface IScrollable 
Public Methods
 NameDescription
MethodScrollScrolls an object that has embedded scroll bars.  
Top