ESRI.ArcGIS.ADF.Web.UI.WebControls
Name Field
See Also  Send Feedback
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.

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.