Click or drag to resize

IWinPagerButtonState Interface

The test interface for helper objects that represent the state of buttons of Windows pager controls.

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

The IWinPagerButtonState type exposes the following members.

Properties
  NameDescription
Public propertyGrayed
Returns true if the state of the button is grayed.
Public propertyHot
Returns true if the state of the button is hot.
Public propertyPressed
Returns true if the state of the button is pressed.
Public propertyVisible
Returns true if the state of the button is visible.
Top
Methods
See Also