Click or drag to resize

ControlPatternEnabled Property

Specifies whether the sought-for control is enabled (true) or disabled (false). Disabled controls are typically displayed in grey.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public Nullable<bool> Enabled { get; set; }

Property Value

Type: NullableBoolean
See Also