ESRI.ArcGIS.ADF.Web.UI.WebControls
Name Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Space Class : Name Property




The name of the tool bar item.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("General")>
<BrowsableAttribute(True)>
<NotifyParentPropertyAttribute(True)>
<ResDefaultValueAttribute()>
<ResDescriptionAttribute("Name of the Toolbar Item.")>
Public Overrides Property Name As String
Visual Basic (Usage)Copy Code
Dim instance As Space
Dim value As String
 
instance.Name = value
 
value = instance.Name
C# 
[ResCategoryAttribute("General")]
[BrowsableAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[ResDefaultValueAttribute()]
[ResDescriptionAttribute("Name of the Toolbar Item.")]
public override string Name {get; set;}

Remarks

The Name for a toolbar item is used to uniquely identify it among all items on the toolbar, as well as other toolbars in the same Toolbar Group.

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.