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 SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.