DisableNativeMenus Property
Gets or sets a value indicating whether the native macOS menu bar will be enabled for the application.
Definition
Namespace: Avalonia
Assembly: Avalonia.Native (in Avalonia.Native.dll)
- C#
- VB
- F#
public bool DisableNativeMenus { get; set; }
Public Property DisableNativeMenus As Boolean
Get
Set
member DisableNativeMenus : bool with get, set