'Declaration
<SRCategoryAttribute("CatWindowStyle")> <System.ComponentModel.DefaultValueAttribute("")> <SRDescriptionAttribute("FormMenuDescr")> <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ReferenceConverter)> <System.ComponentModel.BrowsableAttribute(False)> 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
[SRCategory("CatWindowStyle")] [System.ComponentModel.DefaultValue("")] [SRDescription("FormMenuDescr")] [System.ComponentModel.TypeConverter(System.ComponentModel.ReferenceConverter)] [System.ComponentModel.Browsable(false)] public System.Windows.Forms.MainMenu Menu {get; set;}