ESRI.ArcGIS.Mobile
DragRectangleMapAction Class Members
See Also  Fields  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.WinForms Namespace : DragRectangleMapAction Class


The following tables list the members exposed by DragRectangleMapAction.

Public Constructors

 NameDescription
Public ConstructorDragRectangleMapAction Constructor Initializes a new instance of DragRectangleMapAction.  
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)CapturedEnvelope The map action captured an envelope.  
Public Fieldstatic (Shared in Visual Basic)CapturedPoint The map action has captured a point.  
Public Fieldstatic (Shared in Visual Basic)Capturing The map action is in the state of capturing.  
Top

Public Properties

 NameDescription
Public PropertyActionInProgress Indicates if an action is in progress. (Inherited from MapAction)
Public PropertyActive Indicates if the MapAction is active. When active the MapAction is receiving Map input events. (Inherited from MapAction)
Public PropertyCoordinate Gets the coordinate that was last clicked on the map.  
Public PropertyExtent Gets the envelope that was last dragged on the map.  
Public PropertyMapGets or sets the map associated with this MapAction. (Inherited from MapAction)
Public PropertyPoint Gets the drawing point that was last clicked on the map.  
Top

Public Methods

 NameDescription
Public MethodCancelOverridden. Resets the map action to it's initial state.  
Public MethodDisposeOverloaded.  Disposes the instance resources.  
Public MethodToStringOverridden.  Returns a String that represents the current Object.  
Top

Protected Methods

 NameDescription
Protected MethodOnActiveChanged Invoked when the Active property has changed. (Inherited from MapAction)
Protected MethodOnActiveChangingInvoked when the Active property is about to change, raises StatusChanged event. (Inherited from MapAction)
Protected MethodOnMapDoubleClick Method invoked when the attached map raises the DoubleClick event. (Inherited from MapAction)
Protected MethodOnMapKeyDown Method invoked when the attached map raises the KeyDown event. (Inherited from MapAction)
Protected MethodOnMapKeyPress Method invoked when the attached map raises the KeyPress event. (Inherited from MapAction)
Protected MethodOnMapKeyUp Method invoked when the attached map raises the KeyUp event. (Inherited from MapAction)
Protected MethodOnMapMouseDoubleClick Method invoked when the attached map raises the MouseDoubleClick event. (Inherited from MapAction)
Protected MethodOnMapMouseDownOverridden.  Method invoked when the attached map raises the MouseDown event.  
Protected MethodOnMapMouseMoveOverridden.  Method invoked when the attached map raises the MouseMove event.  
Protected MethodOnMapMouseUpOverridden.  Method invoked when the attached map raises the MouseUp event.  
Protected MethodOnMapMouseWheel Method invoked when the attached map raises the MouseWheel event. (Inherited from MapAction)
Protected MethodOnMapPaintOverridden.  Method invoked when the attached map raises the Paint event.  
Protected MethodOnSetMap Invoked when the Map is set on the MapAction. (Inherited from MapAction)
Protected MethodOnStatusChanged Raises the MapActionStatusChanged event with the given statusId. (Inherited from MapAction)
Top

Public Events

 NameDescription
Public EventStatusChanged Occurs when the MapAction state has changed. (Inherited from MapAction)
Top

See Also

© 2013 All Rights Reserved.