ESRI.ArcGIS.ADF.Web.UI.WebControls
Tool Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : Tool Class




A Tool is a button on a Toolbar. The tool may execute some client-side code when clicked on the toolbar, which sets the stage for interaction with the map or layout. When the interaction with the map or layout is finished, the tool then executes some code on the server side.

At any time, only one tool is selected in a toolbar. The Toolbar's Group property allows multiple toolbars to be linked, so that only one tool among all grouped toolbars will be active.

Object Model


Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.ToolConverter, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<SerializableAttribute()>
Public Class Tool 
   Inherits InteractiveImageToolbarItem
Visual Basic (Usage)Copy Code
Dim instance As Tool
C# 
[TypeConverterAttribute("ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.ToolConverter, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[SerializableAttribute()]
public class Tool : InteractiveImageToolbarItem 

Inheritance Hierarchy

See Also

© 2010 All Rights Reserved.