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

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

Syntax

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

Remarks

ExtendedLabel exposes additional properties that you can set for the label, such as BackColor, FixedHeight, HighlightColor, HighlightFont, and HorizontalStringAlignment.

ExtendedLabel can be used with a DynamicPanel, and a ControlFocusNavigator to allow user jump from one control to the other.

Inheritance Hierarchy

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

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