AutomationElement.IsEnabledProperty Field
Identifies the IsEnabled property, which specifies whether the user interface (UI) item referenced by the AutomationElement is enabled.
Assembly: UIAutomationClient (in UIAutomationClient.dll)
This identifier is used by UI Automation client applications. UI Automation providers should use the equivalent identifier in AutomationElementIdentifiers.
This property can also be retrieved from the Current or Cached properties.
Return values of the property are of type Boolean. The default value for the property is false.
When the enabled state of a control is false, it is assumed that child controls are also not enabled. You should not expect property-changed events from child elements when the state of the parent control changes.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.