Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Command.CheckControlEnabled(ITestControl) Method

Throws an exception if the specified test control is disabled.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v20.2.dll

NuGet Package: DevExpress.EasyTest

Declaration

public static void CheckControlEnabled(
    ITestControl testControl
)

Parameters

Name Type Description
testControl ITestControl

An ITestContol object that specifies the test control.

See Also