ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
Menu Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.Design Namespace > IdentityEditorFormInternet Class : Menu Property




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
Visual Basic (Usage)Copy Code
Dim instance As IdentityEditorFormInternet
Dim value As MainMenu
 
instance.Menu = value
 
value = instance.Menu
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

© 2011 All Rights Reserved.