Xceed Grid for WinForms v4.3 Documentation
TextBoxArea Class
Members 


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace : TextBoxArea Class
Class which represents the inner textbox of the WinTextBox control.
Syntax
'Declaration
 
<ToolboxItemAttribute(False)>
<TypeConverterAttribute("Xceed.Editors.Design.BlankExpandableObjectConverter,Xceed.Editors.v2.6.Design,Version=2.6.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
<DesignerAttribute("System.Windows.Forms.Design.TextBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<SRDescriptionAttribute("DescriptionTextBox")>
<DefaultEventAttribute("TextChanged")>
<DefaultBindingPropertyAttribute("Text")>
<DefaultPropertyAttribute("Text")>
<DesignerSerializerAttribute("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<ToolboxItemFilterAttribute("System.Windows.Forms")>
<DesignerCategoryAttribute("Component")>
Public Class TextBoxArea 
   Inherits System.Windows.Forms.TextBox
   Implements Xceed.UI.IKeyboardHandling 
'Usage
 
Dim instance As TextBoxArea
[ToolboxItem(false)]
[TypeConverter("Xceed.Editors.Design.BlankExpandableObjectConverter,Xceed.Editors.v2.6.Design,Version=2.6.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
[Designer("System.Windows.Forms.Design.TextBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[SRDescription("DescriptionTextBox")]
[DefaultEvent("TextChanged")]
[DefaultBindingProperty("Text")]
[DefaultProperty("Text")]
[DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[ToolboxItemFilter("System.Windows.Forms")]
[DesignerCategory("Component")]
public class TextBoxArea : System.Windows.Forms.TextBox, Xceed.UI.IKeyboardHandling  
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.TextBoxBase
               System.Windows.Forms.TextBox
                  Xceed.Editors.TextBoxArea
                     Xceed.Editors.ComboBoxTextBoxArea
                     Xceed.Editors.DatePickerTextBoxArea
                     Xceed.Editors.NumericTextBoxArea

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TextBoxArea Members
Xceed.Editors Namespace