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; }
Public Property Enabled As Nullable(Of Boolean)
Get
Set
Dim instance As ControlPattern
Dim value As Nullable(Of Boolean)
value = instance.Enabled
instance.Enabled = value
public:
property Nullable<bool> Enabled {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
Property Value
Type:
NullableBooleanSee Also