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