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




Name of the Tool or Command. Must be unique on all Toolbars within a toolbar group.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("General")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ResDescriptionAttribute("Name of the Toolbar Item.")>
Public Overrides Property Name As String
Visual Basic (Usage)Copy Code
Dim instance As InteractiveToolbarItem
Dim value As String
 
instance.Name = value
 
value = instance.Name
C# 
[ResCategoryAttribute("General")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[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.

See Also

© 2010 All Rights Reserved.