ESRI.ArcGIS.Mobile.Client
BackPage Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > Page Class : BackPage Property

Gets or sets the BackPage.

Syntax

Visual Basic (Declaration) 
Public Property BackPage As IPage
C# 
public IPage BackPage {get; set;}

Remarks

If BackPage is set to the SelectTasksPage, LeftMenuItem text will be set to "Tasks", otherwise it will be set to "Back". If you do not want this behavior, you can set AutoUpdateLeftSoftKeyText to false.

Requirements

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

See Also