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


In This Topic
    TextBoxArea Property (WinNumericTextBox)
    In This Topic
    Syntax
    'Declaration
     
    <DescriptionAttribute("The NumericTextBoxArea responsible for the text area of the WinNumericTextBox 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 Shadows ReadOnly Property TextBoxArea As NumericTextBoxArea
    'Usage
     
    Dim instance As WinNumericTextBox
    Dim value As NumericTextBoxArea
     
    value = instance.TextBoxArea
    [Description("The NumericTextBoxArea responsible for the text area of the WinNumericTextBox control.")]
    [Category("Data")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [ReadOnly(true)]
    [TypeConverter("Xceed.Editors.Design.BlankExpandableObjectConverter,Xceed.Editors.v2.6.Design,Version=2.6.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
    public new NumericTextBoxArea TextBoxArea {get;}
    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