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




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

Syntax

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

Members

MemberDescription
DragImage Interaction is by dragging the image of the pagelayout.
DragRectangle Interaction is by dragging a rectangle on the pagelayout.
Point Interaction is by clicking a point on the pagelayout.
MapDragImage Interaction is by dragging the image of one of the maps in the pagelayout.
MapDragRectangle Interaction is by dragging a rectangle on one of the maps in the pagelayout.
MapPoint Interaction is by clicking a point on one of the maps in the pagelayout.
None No interaction.

Inheritance Hierarchy

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

See Also

© 2010 All Rights Reserved.