JAMS Developer Guide
MainMenuStrip Property


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