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


The following tables list the members exposed by BrowseMapPage.

Public Constructors

 NameDescription
Public ConstructorBrowseMapPage Constructor Constructs a BrowseMapPage from a BrowseLayer.  
Top

Public Properties

 NameDescription
Public PropertyBackPage Gets or sets the page that called this Page.. (Inherited from MapPage)
Public PropertyBrowseMapAction Gets the BrowseMapAction that this Page creates.  
Public PropertyDefaultMapAction Gets the default MapAction associated with this page. (Inherited from MapPage)
Public PropertyDisposeWhenDismissed Gets or sets a value that determines whether or not the page should dispose itself when it is dismissed. (Inherited from MapPage)
Public PropertyForm Gets the Form associated with the Page. (Inherited from MapPage)
Public PropertyHelpText Gets the help text for the page. (Inherited from MapPage)
Public PropertyInfoText Gets the info text that displays over bottom portion of the map. (Inherited from MapPage)
Public PropertyLeftSoftKey Gets the LeftSoftKey. (Inherited from MapPage)
Public PropertyRightMenuItems Gets the RightMenuItems. (Inherited from MapPage)
Public PropertyRockerMenuItems Gets the map rocker menuitem list (Inherited from MapPage)
Public PropertySecondaryInfoText Gets/sets the secondary info Text that display over the bottom portion of the map if infotext exists, it shows above it (Inherited from MapPage)
Public PropertySharedMap Gets the shared Map control for the Project. (Inherited from MapPage)
Public PropertyShowIdentifyWidget Gets or sets a value that determines if the identify widget is shown on the map. (Inherited from MapPage)
Public PropertySmallIcon Gets or sets the SmallIcon. (Inherited from MapPage)
Public PropertyTitle Gets or sets the Title. (Inherited from MapPage)
Public PropertyToolWidgets Gets the map toolwidgets (Inherited from MapPage)
Top

Public Methods

 NameDescription
Public MethodDisposeOverloaded.  Clean up any resources being used.  
Public MethodHideOverridden.  Overrides the Hide method  
Public MethodShowOverridden.  Overrides the Show method  
Top

Protected Methods

 NameDescription
Protected MethodLeftSoftKeyClickOverridden.  override the LeftsoftKeyClick, if list is empty, skip the feature list page.  
Protected MethodRaisePageDismissed Raises the PageDismissed event. (Inherited from MapPage)
Top

Public Events

 NameDescription
Public EventPageDismissed Event that is fired when the page transitions to it's BackPage. (Inherited from MapPage)
Top

See Also