ESRI.ArcGIS.ADF.Web.UI.WebControls
Tool Class
Members  See Also  Send Feedback
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

Tool Class

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.ToolConverter, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.1.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.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[SerializableAttribute()]
public class Tool : InteractiveImageToolbarItem 

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.