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

Button control that has extended functionality over the .Net Compact Framework Button.

Syntax

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

Remarks

RoundedButton is provided with additional UI improvements over the default .net compact framework button.

Inheritance Hierarchy

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

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