Property Menu
Menu
Gets or sets the MainMenu or other main menu provider that is displayed in the window.
public virtual DisposableObject? Menu { get; set; }
Property Value
- DisposableObject
A MainMenu or other main menu provider that represents the menu to display in the window.
Remarks
You can use this property to switch between complete menu sets at run time.