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

TextBox control that has some extended behavior and capability.

Syntax

Visual Basic (Declaration) 
<DesignerCategoryAttribute("code")>
Public NotInheritable Class ExtendedTextBox 
   Inherits TextBox
C# 
[DesignerCategoryAttribute("code")]
public sealed class ExtendedTextBox : TextBox 

Remarks

ExtendedTextBox exposes additional properties over TextBox control from .net compact framework. You can set an ExtendedTextBox to accept numeric or string value by setting its Mode, or sets its tip text through TipText property. It also allows you to get user input as a double (DoubleValue), or integer value (IntValue), or long (LongValue).

ExtendedTextBox can be used with a DynamicPanel, and with a ControlFocusNavigator for easy control navigation via rocker or arrow keys.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.TextBoxBase
               System.Windows.Forms.TextBox
                  ESRI.ArcGIS.Mobile.Client.Controls.ExtendedTextBox

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