ESRI.ArcGIS.Mobile.Client
Close(Boolean) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > MobileForm Class > Close Method : Close(Boolean) Method

exitAppOnClose
True if you want the application to exit, false if you want the application to continue running
Close the form.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Close( _
   ByVal exitAppOnClose As Boolean _
) 
C# 
public void Close( 
   bool exitAppOnClose
)

Parameters

exitAppOnClose
True if you want the application to exit, false if you want the application to continue running

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