vcl-dxnavbarcollns-dot-tdxnavbarcustomitem.md
Provides access to UI Automation and accessibility-related settings for the navigation bar item.
property Automation: TdxAutomationElementSettings read; write;
| Type | Description |
|---|---|
| TdxAutomationElementSettings |
Stores UI Automation tree node settings.
|
Navigation bar items and groups map to nodes in the UI Automation tree. A UIA client application reads properties of the UIA node that corresponds to the focused item or group.
The Caption property value serves as the default name for the corresponding node in the UI Automation tree. You can use the Automation.Name property to specify a different name for the UIA node associated with the navigation bar item or group and retain the current caption in the UI.
In addition, you can use the Automation.Description property to add optional information to clarify the UI element 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
TdxBarItem.Automation Property