JAMS Developer Guide
MergedMenu Property


MVPSI.JAMS Namespace > EditSourceDialog Class : MergedMenu Property
Syntax
'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;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EditSourceDialog Class
EditSourceDialog Members