Xceed Grid for WinForms v4.3 Documentation
TextBoxArea Property (WinTextBoxBase)


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > WinTextBoxBase Class : TextBoxArea Property
Gets the TextBoxArea responsible for the text area of the WinTextBoxBase control.
Syntax
'Declaration
 
<DescriptionAttribute("The TextBoxArea responsible for the text area of the WinTextBoxBase control.")>
<CategoryAttribute("Data")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<ReadOnlyAttribute(True)>
<TypeConverterAttribute("Xceed.Editors.Design.BlankExpandableObjectConverter,Xceed.Editors.v2.6.Design,Version=2.6.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
Public ReadOnly Property TextBoxArea As TextBoxArea
'Usage
 
Dim instance As WinTextBoxBase
Dim value As TextBoxArea
 
value = instance.TextBoxArea
[Description("The TextBoxArea responsible for the text area of the WinTextBoxBase control.")]
[Category("Data")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[ReadOnly(true)]
[TypeConverter("Xceed.Editors.Design.BlankExpandableObjectConverter,Xceed.Editors.v2.6.Design,Version=2.6.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
public TextBoxArea TextBoxArea {get;}

Property Value

A reference to a TextBoxArea responsible for the text area of the WinTextBoxBase control.
Remarks

The TextBoxArea must be used to handle events such as the mouse, keyboard and validation events.

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

WinTextBoxBase Class
WinTextBoxBase Members