Returns the MainMenu or null

Namespace: AppCan.wpf.Application
Assembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
Menu MainMenu { get; }
Visual Basic
ReadOnly Property MainMenu As Menu
	Get
Visual C++
property Menu^ MainMenu {
	Menu^ get ();
}

See Also