'Declaration
<SRDescriptionAttribute("FormMenuDescr")> <System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.DefaultValueAttribute("")> <SRCategoryAttribute("CatWindowStyle")> <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ReferenceConverter)> Public Property Menu As System.Windows.Forms.MainMenu
'Usage
Dim instance As WorkbookDesigner Dim value As System.Windows.Forms.MainMenu instance.Menu = value value = instance.Menu
[SRDescription("FormMenuDescr")] [System.ComponentModel.Browsable(false)] [System.ComponentModel.DefaultValue("")] [SRCategory("CatWindowStyle")] [System.ComponentModel.TypeConverter(System.ComponentModel.ReferenceConverter)] public System.Windows.Forms.MainMenu Menu {get; set;}