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


The following tables list the members exposed by MapPage.

Public Constructors

 NameDescription
Public ConstructorMapPage Constructor Constructs a MapPage object.  
Top

Public Properties

 NameDescription
Public PropertyBackPage Gets or sets the page that called this Page..  
Public Propertystatic (Shared in Visual Basic)DefaultLowerItems Gets the lower default menu items for the MapPage.  
Public PropertyDefaultMapAction Gets the default MapAction associated with this page.  
Public Propertystatic (Shared in Visual Basic)DefaultUpperItems Gets the default upper menu items for the MapPage.  
Public PropertyDisposeWhenDismissed Gets or sets a value that determines whether or not the page should dispose itself when it is dismissed.  
Public PropertyForm Gets the Form associated with the Page.  
Public Propertystatic (Shared in Visual Basic)GpsAutoPan Gets or sets whether the Map should pan when the GPS moves outside the Map's extent.  
Public Propertystatic (Shared in Visual Basic)GpsAutoPanMenuItem Gets the GPS AutoPan MenuItem.  
Public Propertystatic (Shared in Visual Basic)GpsInfoMenuItem Gets the GPS Info MenuItem.  
Public Propertystatic (Shared in Visual Basic)GpsMenuItem Gets the GPS MenuItem  
Public Propertystatic (Shared in Visual Basic)HelpMenuItem Gets the Help MenuItem  
Public PropertyHelpText Gets the help text for the page.  
Public PropertyInfoText Gets the info text that displays over bottom portion of the map.  
Public Propertystatic (Shared in Visual Basic)LayerVisibilityMenuItem Gets the layer visibility menu item.  
Public PropertyLeftSoftKey Gets the LeftSoftKey.  
Public PropertyRightMenuItems Gets the RightMenuItems.  
Public PropertyRockerMenuItems Gets the map rocker menuitem list  
Public PropertySecondaryInfoText Gets/sets the secondary info Text that display over the bottom portion of the map if infotext exists, it shows above it  
Public PropertySharedMap Gets the shared Map control for the Project.  
Public Propertystatic (Shared in Visual Basic)ShowGpsInfo Gets or sets if show GPS info on the map  
Public PropertyShowIdentifyWidget Gets or sets a value that determines if the identify widget is shown on the map.  
Public PropertySmallIcon Gets or sets the SmallIcon.  
Public PropertyTitle Gets or sets the Title.  
Public Propertystatic (Shared in Visual Basic)ToolWidgetIconSize Gets the icon size for tool widgets.  
Public PropertyToolWidgets Gets the map toolwidgets  
Public Propertystatic (Shared in Visual Basic)ZoomFullExtentMenuItem Gets the ZoomFullExtent MenuItem.  
Top

Public Methods

 NameDescription
Public MethodDisposeOverloaded.  Releases all resources used by this instance.  
Public MethodHide Hides the page.  
Public Methodstatic (Shared in Visual Basic)SetTemporaryMapAction Temporarily activates a MapAction until it is completed  
Public MethodShow Shows the Page.  
Top

Protected Methods

 NameDescription
Protected MethodLeftSoftKeyClick Occurs when the LeftSoftKey is clicked.  
Protected MethodRaisePageDismissed Raises the PageDismissed event.  
Protected Methodstatic (Shared in Visual Basic)ShowGpsInfoBar show or hide Gps Info bar  
Top

Public Events

 NameDescription
Public EventOnShowing OnShowing event is fired when a MapPage shown.  
Public EventPageDismissed Event that is fired when the page transitions to it's BackPage.  
Top

See Also