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

Base classes that all forms in the application should inherit from. You should not instantiate this class, inherit to use.

Object Model


Syntax

Visual Basic (Declaration) 
<DesignTimeVisibleAttribute()>
<DesignerCategoryAttribute("Form")>
Public Class MobileForm 
   Inherits Form
C# 
[DesignTimeVisibleAttribute()]
[DesignerCategoryAttribute("Form")]
public class MobileForm : Form 

Remarks

MobileForm is exposed as a class that you can inherit to create new pages within application framework. It defines basic elements that are commonly used by Page class, including TitleBar, LeftSoftKey, RightsoftKey, and so on.

As a guideline for best practice, you are recommended to build your own page based upon the Page class which inherits from both MobileForm class and IPage interface.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.Form
                     ESRI.ArcGIS.Mobile.Client.MobileForm
                        ESRI.ArcGIS.Mobile.Client.Dialog
                        ESRI.ArcGIS.Mobile.Client.Page

Requirements

Namespace: ESRI.ArcGIS.Mobile.Client

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