ESRI.ArcGIS.Mobile.Client
BrowseMapAction Class Members
See Also  Fields  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client.Map Namespace : BrowseMapAction Class


The following tables list the members exposed by BrowseMapAction.

Public Constructors

 NameDescription
Public ConstructorBrowseMapAction Constructor Constructs a BrowseMapAction  
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)LocationActivated Represents when a location is activated  
Public Fieldstatic (Shared in Visual Basic)NewLocationSelected Represents when a new location is selected  
Public Fieldstatic (Shared in Visual Basic)NoFeaturesToBrowse Represents when there are no features to browse  
Top

Public Properties

 NameDescription
Public PropertyActionInProgress (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapAction)
Public PropertyActive (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapAction)
Public PropertyBrowseLayer Gets the associated BrowseLayer  
Public PropertyEnabled Gets or sets a property that determines if the BrowseMapAction is enabled  
Public PropertyMap (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapAction)
Public PropertySelectedLocation Gets the currently selected ILocation  
Top

Public Methods

 NameDescription
Public MethodCancel (Inherited from ESRI.ArcGIS.Mobile.WinForms.PanMapAction)
Public MethodDisposeOverloaded.  Clean up any resources being used.  
Public MethodRefreshStatus Refreshes the status of the BrowseMapAction  
Public MethodSelectNextLocation Selects the next location in the layer.  
Public MethodSelectPreviousLocation Selects the previous location in the browse layer.  
Public MethodToString (Inherited from ESRI.ArcGIS.Mobile.WinForms.PanMapAction)
Top

Protected Methods

 NameDescription
Protected MethodOnActiveChangedOverridden.  Overrides the OnActiveChanged method  
Protected MethodOnActiveChanging (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapAction)
Protected MethodOnMapDoubleClick (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapAction)
Protected MethodOnMapKeyDownOverridden.  Overrides the OnMapKeyDown method  
Protected MethodOnMapKeyPress (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapAction)
Protected MethodOnMapKeyUpOverridden.  Overrides the OnMapKeyUp method  
Protected MethodOnMapMouseDown (Inherited from ESRI.ArcGIS.Mobile.WinForms.PanMapAction)
Protected MethodOnMapMouseMove (Inherited from ESRI.ArcGIS.Mobile.WinForms.PanMapAction)
Protected MethodOnMapMouseUp (Inherited from ESRI.ArcGIS.Mobile.WinForms.PanMapAction)
Protected MethodOnMapPaint (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapAction)
Protected MethodOnSetMap (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapAction)
Protected MethodOnStatusChanged (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapAction)
Top

Public Events

 NameDescription
Public EventStatusChanged (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapAction)
Top

See Also