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




MapToolItem provides a means for interacting with the Map control on the client-side using built-in JavaScript and then doing something on the server-side based on the client interaction.

MapToolItem holds information about a Map Tool that is necessary for the control to setup the client tool action when it renders itself and to call the server tool action on postback.

Object Model


Syntax

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

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Web.UI.WebControls.MapToolItem

See Also

© 2010 All Rights Reserved.