ESRI.ArcGIS.Mobile.Client
NavBar Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls Namespace : NavBar Class

NavBar is a customized control can be used on a Page for navigation by pressing left/right key on rocker, or clicking on the left/right arrow.

Syntax

Visual Basic (Declaration) 
<DesignerCategoryAttribute("code")>
Public NotInheritable Class NavBar 
   Inherits ExtendedControl
C# 
[DesignerCategoryAttribute("code")]
public sealed class NavBar : ExtendedControl 

Remarks

A NavBar on a Page is displayed as a horizontal navigation bar with two action controls, one left arrow and one left arrow. For example, on the GPS Streaming page, the left arrow navigates to the GPS Status page, the right arrow navigates to View Map page. When browsing identified features on the map, the navigation bar on the bottom of the page helps go through the identified features.

Text for the left/right action controls can be specified. The event, LeftItemActivated or RightItemActivated will be fired when the left item or right item is activated.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            ESRI.ArcGIS.Mobile.Client.Controls.ExtendedControl
               ESRI.ArcGIS.Mobile.Client.Controls.NavBar

Requirements

Namespace: ESRI.ArcGIS.Mobile.Client.Controls

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

Assembly: ESRI.ArcGIS.Mobile.Client (in ESRI.ArcGIS.Mobile.Client.dll)

See Also