AutomationElement::AutomationElementInformation Structure
Namespace: System.Windows.Automation
Assembly: UIAutomationClient (in UIAutomationClient.dll)
The AutomationElement::AutomationElementInformation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AcceleratorKey | Gets a string containing the accelerator key combinations for the element. |
![]() | AccessKey | Gets a string containing the access key character for the element. |
![]() | AutomationId | Gets a string containing the UI Automation identifier (ID) for the element. |
![]() | BoundingRectangle | Gets the coordinates of the rectangle that completely encloses the element. |
![]() | ClassName | Gets a string containing the class name of the element as assigned by the control developer. |
![]() | ControlType | Gets the ControlType of the element. |
![]() | FrameworkId | Gets the name of the underlying UI framework. |
![]() | HasKeyboardFocus | Gets a value that indicates whether the element has keyboard focus. |
![]() | HelpText | Gets the help text associated with the element. |
![]() | IsContentElement | Gets a value that specifies whether the element is a content element. |
![]() | IsControlElement | Gets a value that indicates whether the element is viewed as a control. |
![]() | IsEnabled | Gets a value that indicates whether the user interface (UI) item referenced by the UI Automation element is enabled. |
![]() | IsKeyboardFocusable | Gets a value that indicates whether the UI Automation element can accept keyboard focus. |
![]() | IsOffscreen | Gets a value that indicates whether the UI Automation element is visible on the screen. |
![]() | IsPassword | Gets a value that indicates whether the UI Automation element contains protected content. |
![]() | IsRequiredForForm | Gets a value that indicates whether the UI Automation element is required to be filled out on a form. |
![]() | ItemStatus | Gets a description of the status of an item within an element. |
![]() | ItemType | Gets a description of the type of an item. |
![]() | LabeledBy | Gets the element that contains the text label for this element. |
![]() | LocalizedControlType | Gets a description of the control type. |
![]() | Name | Gets the name of the element. |
![]() | NativeWindowHandle | Gets the handle of the element's window. |
![]() | Orientation | Gets the orientation of the control. |
![]() | ProcessId | Gets the process identifier (ID) of this element. |
| Name | Description | |
|---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
The properties can be accessed directly from Cached and Current; you do not need to retrieve the AutomationElement::AutomationElementInformation structure itself.
The properties in this structure can also be retrieved by using GetCurrentPropertyValue and GetCachedPropertyValue, using the corresponding identifiers from AutomationElement. For example, The AutomationElement::AutomationElementInformation::AcceleratorKey property is identified by the AutomationElement::AcceleratorKeyProperty field. More information about the individual properties is available on the reference pages for those identifiers; see the link in the Remarks section of each reference topic.
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.
