IEnabledProvider Interface

Indicates that a test object supports the IsEnabled property.

C# Syntax
public interface IEnabledProvider 
Public Properties
 NameDescription
PropertyIsEnabledIndicates whether this object is enabled.
Top