ESRI.ArcGIS.ADF.Web.UI.WebControls
PageClientToolAction Enumeration
See Also  Send Feedback
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 System.Enum
Visual Basic (Usage)Copy Code
Dim instance As PageClientToolAction
C# 
public enum PageClientToolAction : System.Enum 

Members

MemberDescription
DragImage Interaction is by dragging the image of the pagelayout.
DragRectangle Interaction is by dragging a rectangle 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.
Point Interaction is by clicking a point on the pagelayout.

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.