dxUIAClasses Unit
Implements the UI Automation functionality in DevExpress controls.
Classes
| Name | Description |
|---|---|
| TdxAutomationElementSettings | Stores UI Automation tree-related settings for a DevExpress control/UI element. |
| TdxAutomationProperties | Stores UIA node properties associated with a DevExpress control/UI element. |
| TdxAutomationProperty | The base class for all UIA node properties. |
| TdxAutomationProperty<T> | The base class for all UIA node property classes. |
| TdxStringAutomationProperty | Stores a string property for a UI Automation tree node. |
Variables
| Name | Description |
|---|---|
| dxUIACalculateAllProperties | Specify if all properties are automatically calculated for a node in the UI Automation tree. |
| dxUIAutomationEnabled | Specifies if the UI Automation functionality is enabled for all supported DevExpress controls in the application. |
Types
| Name | Description |
|---|---|
| TdxCalculateAutomationPropertyEvent | The procedural type for UIA node property calculation events. |
| TdxInitializeAutomationPropertiesEvent | The procedural type for UIA node property initialization events. |