MVPSI.JAMS Namespace > EditSourceDialog Class : Menu Property |
'Declaration
<System.ComponentModel.DefaultValueAttribute()> <SRCategoryAttribute("Window Style")> <SRDescriptionAttribute("The main menu of the form. This must be set to a component of type MainMenu.")> <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
[System.ComponentModel.DefaultValue()] [SRCategory("Window Style")] [SRDescription("The main menu of the form. This must be set to a component of type MainMenu.")] [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;}
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