'Declaration
<SRCategoryAttribute("Window Style")> <System.ComponentModel.DefaultValueAttribute()> <SRDescriptionAttribute("Specifies the primary MenuStrip for the Form. This property is used for keyboard activation and automatic merging in MDI.")> <System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ReferenceConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")> Public Property MainMenuStrip As System.Windows.Forms.MenuStrip
'Usage
Dim instance As EditSourceDialog Dim value As System.Windows.Forms.MenuStrip instance.MainMenuStrip = value value = instance.MainMenuStrip
[SRCategory("Window Style")] [System.ComponentModel.DefaultValue()] [SRDescription("Specifies the primary MenuStrip for the Form. This property is used for keyboard activation and automatic merging in MDI.")] [System.ComponentModel.TypeConverter("System.ComponentModel.ReferenceConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] public System.Windows.Forms.MenuStrip MainMenuStrip {get; set;}