JAMS Developer Guide
Menu Property (EditSourceDialog)


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