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




The name of the ToolbarItem.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property Name As String
Visual Basic (Usage)Copy Code
Dim instance As ToolbarItem
Dim value As String
 
instance.Name = value
 
value = instance.Name
C# 
public abstract string Name {get; set;}

Remarks

This property is used to uniquely identify the tool item. It must be unique among all Toolbar objects in a Group. The Name may be used, for example, to set the CurrentTool on a toolbar or to Find an item in the toolbar's tool items.

See Also

© 2010 All Rights Reserved.