Back to Devexpress

TdxCustomPanel.Automation Property

vcl-dxpanel-dot-tdxcustompanel.md

latest1.9 KB
Original Source

TdxCustomPanel.Automation Property

Provides access to panel UI Automation and accessibility-related settings.

Declaration

delphi
property Automation: TdxAutomationElementSettings read; write;

Property Value

TypeDescription
TdxAutomationElementSettings

Stores UI Automation tree node settings.

|

Remarks

Each supported DevExpress control maps to a node in the UI Automation tree. A UIA client application reads properties of the UIA node that corresponds to the focused control.

Available Options

You can use the Automation.Name property to specify a name for the UIA node associated with the panel.

In addition, you can use the Automation.Description property to add optional information to clarify the panel purpose for users who rely on third-party assistive tools (such as Microsoft Narrator).

Refer to the TdxAutomationElementSettings class description for detailed information on all available options.

See Also

dxUIAutomationEnabled Global Variable

TdxCustomPanel Class

TdxCustomPanel Members

dxPanel Unit