ESRI.ArcGIS.ADF.Web.UI.WebControls
Name Field
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Tools Namespace > ToolbarItemInfo Class : Name Field




The toolbar item name.

Syntax

Visual Basic (Declaration) 
Public Name As String
Visual Basic (Usage)Copy Code
Dim instance As ToolbarItemInfo
Dim value As String
 
value = instance.Name
 
instance.Name = value
C# 
public string Name

Remarks

This is the Name assigned to the toolbar item, usually at design time in the toolbar item editor.

One typical use of this property is to find the selected item in a DropDownBox that is calling the server-side code. See IMapServerDropDownBoxAction for further discussion of this task.

See Also

© 2010 All Rights Reserved.