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

A Control subclass used in the ArcGIS Mobile Application.

Syntax

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

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            ESRI.ArcGIS.Mobile.Client.Controls.ExtendedControl
               ESRI.ArcGIS.Mobile.Client.Controls.ChiseledButton
               ESRI.ArcGIS.Mobile.Client.Controls.ExtendedLabel
               ESRI.ArcGIS.Mobile.Client.Controls.ExtendedListView
               ESRI.ArcGIS.Mobile.Client.Controls.Groups.GroupView
               ESRI.ArcGIS.Mobile.Client.Controls.NavBar
               ESRI.ArcGIS.Mobile.Client.Controls.RoundedButton
               ESRI.ArcGIS.Mobile.Client.Controls.TitleBar

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