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


A Tool is a button on a toolbar which when clicked executes some client-side code to set the stage for interaction with the display. When the interaction with the display is finished, it executes some code on the server side. At any point, only one tool is selected in a toolbar.

Object Model


Syntax

Visual Basic (Declaration)  
Public Class Tool 
   Inherits InteractiveImageToolbarItem
Visual Basic (Usage) Copy Code
Dim instance As Tool
C#  
public class Tool : InteractiveImageToolbarItem 

Inheritance Hierarchy

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also