ESRI.ArcGIS.ADF.Web.UI.WebControls
MapClientToolAction Enumeration
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : MapClientToolAction Enumeration




The mode in which the user can interact with the Map control

Syntax

Visual Basic (Declaration) 
Public Enum MapClientToolAction 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As MapClientToolAction
C# 
public enum MapClientToolAction : Enum 

Members

MemberDescription
DragImage Interaction is by dragging the image in the control.
DragRectangle Interaction is by dragging a rectangle
Point Interaction is by clicking a point
Line Interaction is by click, drag line and angle, and click again
Polyline Interaction is to start dragging a line, and click for vectors to be added, double-click to end
Polygon Interaction is to start dragging a line, and click for vectors to be added, double-click to close the polygon
Circle Interaction is to click for start of circle, move the cursor to resize circle. Click again to complete.
Oval Interaction is to click for start of oval, move the cursor to resize oval. Click again to complete.
None No interaction.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.Web.UI.WebControls.MapClientToolAction

See Also

© 2010 All Rights Reserved.