Click or drag to resize

IScrollViewBarInt Interface

The test interface for scroll bars. The scroll bar parameters are integer numbers.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax
public interface IScrollViewBarInt : IObject

The IScrollViewBarInt type exposes the following members.

Properties
  NameDescription
Public propertyMax
Returns the maximum position of the scrollbar thumb.
Public propertyMin
Returns the minimum position of the scrollbar thumb.
Public propertyPos
Gets or sets the position of the scrollbar thumb.
Top
Methods
See Also