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