IExpandCollapseProviderShowsMenu Property
Gets a value indicating whether expanding the element shows a menu of items to the user,
such as drop-down list.
Namespace: Avalonia.Automation.ProviderAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
ReadOnly Property ShowsMenu As Boolean
Get
abstract ShowsMenu : bool with get
Property Value
Boolean
Used in OSX to allow
accessibilityPerformShowMenu to open expandable controls such as a
ComboBox; in macOS, a combo box drop-down is considered a menu.
| Windows | No mapping. |
| macOS |
When true, NSAccessibilityProtocol.accessibilityPerformShowMenu will cause the
Expand method to be triggered.
|