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

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

Syntax

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

Remarks

ChiseledButton implements additional functions including better label display on the button. Throught FixedHeight property, you can specify whether label can grow vertically or if it has a fixed height.

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

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