Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WinTextBoxBase Class / TextBoxArea Property


    TextBoxArea Property (WinTextBoxBase)
    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.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
    Public ReadOnly Property TextBoxArea As TextBoxArea
     
    'Usage
     
    Dim instance As WinTextBoxBase
    Dim value As TextBoxArea
     
    value = instance.TextBoxArea

    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