Skip to main content
A newer version of this page is available.
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

IControlEnabled Interface

Declares members of test controls that can be in an enabled or disabled state.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v19.2.dll

Declaration

public interface IControlEnabled

Remarks

Generally, you do not need to implement this interface. It is implemented by built-in test controls in the DevExpress.ExpressApp.EasyTest.WinAdapter.v19.2.dll and DevExpress.ExpressApp.EasyTest.WebAdapter.v19.2.dll assemblies. You can pass this interface as the ITestControl.GetInterface<T> generic parameter to access a test control that can be enabled or disabled. The complete list of interfaces that are implemented by built-in test controls is provided in the ITestControl topic.

See Also