IVisibleProvider Interface

Indicates that a test object supports the IsVisible property.

C# Syntax
public interface IVisibleProvider 
Public Properties
 NameDescription
PropertyIsVisibleIndicates whether this object is visible.
Top