TdxAutomationElementSettings.IsControlElement Property
Specifies if the control/UI element belongs to the control view of the UI Automation tree.
Declaration
property IsControlElement: TdxDefaultBoolean read; write; default bDefault;
Property Value
Type | Default | Description |
---|---|---|
TdxDefaultBoolean | bDefault |
|
Remarks
The content view of the UI Automation tree includes UI items with information intended for an end user, including UI elements that can receive focus.
Set IsContentElement and IsControlElement
properties to bTrue or bFalse to explicitly include or exclude the control/UI element to/from content and control views of the UI Automation tree.
Corresponding UIA Framework Field
The IsControlElement
property corresponds to the AutomationElementIdentifiers.IsControlElementProperty field.
See Also