'Declaration
<SRDescriptionAttribute("The main menu of the form. This must be set to a component of type MainMenu.")> <System.ComponentModel.DefaultValueAttribute()> <SRCategoryAttribute("Window Style")> <System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ReferenceConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")> <System.ComponentModel.BrowsableAttribute(False)> Public Property Menu As System.Windows.Forms.MainMenu
'Usage
Dim instance As EditSourceDialog Dim value As System.Windows.Forms.MainMenu instance.Menu = value value = instance.Menu
[SRDescription("The main menu of the form. This must be set to a component of type MainMenu.")] [System.ComponentModel.DefaultValue()] [SRCategory("Window Style")] [System.ComponentModel.TypeConverter("System.ComponentModel.ReferenceConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] [System.ComponentModel.Browsable(false)] public System.Windows.Forms.MainMenu Menu {get; set;}