AutomationElement.AutomationElementInformation Properties
.NET Framework 4
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. |