Syntax
Visual Basic (Declaration) | |
---|
<BrowsableAttribute(False)>
<SRCategoryAttribute("Window Style")>
<DefaultValueAttribute()>
<SRDescriptionAttribute("The main menu of the form. This must be set to a component of type MainMenu.")>
<TypeConverterAttribute("System.ComponentModel.ReferenceConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
Public Property Menu As MainMenu |
C# | |
---|
[BrowsableAttribute(false)]
[SRCategoryAttribute("Window Style")]
[DefaultValueAttribute()]
[SRDescriptionAttribute("The main menu of the form. This must be set to a component of type MainMenu.")]
[TypeConverterAttribute("System.ComponentModel.ReferenceConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public MainMenu Menu {get; set;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also