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




The name of the tool bar item.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("Name of the Toolbar Item.")>
<ResCategoryAttribute("General")>
<ResDefaultValueAttribute()>
<BrowsableAttribute(True)>
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# 
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("Name of the Toolbar Item.")]
[ResCategoryAttribute("General")]
[ResDefaultValueAttribute()]
[BrowsableAttribute(true)]
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.

See Also

© 2010 All Rights Reserved.