TdxAutomationElementSettings.OnInitializeProperties Event
Allows you to change the list of UI automation properties accessible to a UIA client.
Declaration
property OnInitializeProperties: TdxInitializeAutomationPropertiesEvent read; write;
Remarks
You can handle the OnInitializeProperties
event to exclude certain UI automation properties from interaction with a UIA client.
Event Occurrence
The OnInitializeProperties
event occurs every time a UIA client connects to the parent application window of the current control.
See Also