'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <System.ComponentModel.BrowsableAttribute(False)> <SRCategoryAttribute("Window Style")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <SRDescriptionAttribute("The merged menu of this form, which is used when displaying a single merged MDI menu.")> Public ReadOnly Property MergedMenu As System.Windows.Forms.MainMenu
'Usage
Dim instance As EditSourceDialog Dim value As System.Windows.Forms.MainMenu value = instance.MergedMenu
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [System.ComponentModel.Browsable(false)] [SRCategory("Window Style")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("The merged menu of this form, which is used when displaying a single merged MDI menu.")] public System.Windows.Forms.MainMenu MergedMenu {get;}