ShowsMenu Property
Gets a value indicating whether expanding the element shows a menu of items to the user, such as drop-down list.
Definition
Namespace: Avalonia.Automation.Provider
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
bool ShowsMenu { get; }
ReadOnly Property ShowsMenu As Boolean
Get
abstract ShowsMenu : bool with get
Property Value
BooleanRemarks
Used in OSX to enable the "Show Menu" action on the element.
See Also
Reference
IExpandCollapseProvider Interface
Avalonia.Automation.Provider Namespace