menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExtendableTextBox - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExtendableTextBox

    Extendable text box wrapper for System.Windows.Forms.TextBoxBase.

    Inheritance
    System.Object
    ExtendableTextBoxBase
    ExtendableTextBox
    Implements
    IExtendableTexBox
    System.IDisposable
    Inherited Members
    ExtendableTextBoxBase.Dispose()
    ExtendableTextBoxBase.IExtendableTexBox.HandleCreated
    ExtendableTextBoxBase.IExtendableTexBox.TextBoxMouseDblClick
    ExtendableTextBoxBase.IExtendableTexBox.TextBoxMouseDown
    ExtendableTextBoxBase.IExtendableTexBox.TextBoxTextChanged
    ExtendableTextBoxBase.OnHandleCreated(Object, EventArgs)
    ExtendableTextBoxBase.OnMouseDblClick(Object, EventArgs)
    ExtendableTextBoxBase.OnMouseDown(Object, EventArgs)
    ExtendableTextBoxBase.OnTextBoxTextChanged(Object, ValueChangedEventArgs)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.ComponentBannerTextProviders
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class ExtendableTextBox : ExtendableTextBoxBase, IExtendableTexBox, IDisposable

    Constructors

    ExtendableTextBox(TextBoxBase)

    Initializes a new instance of the ExtendableTextBox class.

    Declaration
    public ExtendableTextBox(TextBoxBase textBox)
    Parameters
    Type Name Description
    System.Windows.Forms.TextBoxBase textBox

    The text box.

    Properties

    BackColor

    Gets the color of the back.

    Declaration
    public override Color BackColor { get; }
    Property Value
    Type Description
    System.Drawing.Color

    The color of the back.

    Overrides
    ExtendableTextBoxBase.BackColor

    ClientRectangle

    Gets the client rectangle.

    Declaration
    public override Rectangle ClientRectangle { get; }
    Property Value
    Type Description
    System.Drawing.Rectangle

    The client rectangle.

    Overrides
    ExtendableTextBoxBase.ClientRectangle

    Focused

    Gets a value indicating whether this ExtendableTextBox is focused.

    Declaration
    public override bool Focused { get; }
    Property Value
    Type Description
    System.Boolean

    true if focused; otherwise, false.

    Overrides
    ExtendableTextBoxBase.Focused

    Font

    Gets the font.

    Declaration
    public override Font Font { get; }
    Property Value
    Type Description
    System.Drawing.Font

    The font.

    Overrides
    ExtendableTextBoxBase.Font

    Handle

    Gets the handle.

    Declaration
    public override IntPtr Handle { get; }
    Property Value
    Type Description
    System.IntPtr

    The handle.

    Overrides
    ExtendableTextBoxBase.Handle

    RightToLeft

    Gets the right to left.

    Declaration
    public override RightToLeft RightToLeft { get; }
    Property Value
    Type Description
    System.Windows.Forms.RightToLeft

    The right to left.

    Overrides
    ExtendableTextBoxBase.RightToLeft

    Methods

    Dispose(Boolean)

    Releases unmanaged and - optionally - managed resources

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true to release both managed and unmanaged resources; false to release only unmanaged resources.

    Overrides
    ExtendableTextBoxBase.Dispose(Boolean)

    Invalidate()

    Invalidates this instance.

    Declaration
    public override void Invalidate()
    Overrides
    ExtendableTextBoxBase.Invalidate()

    ResetCursorPosition()

    Sets the cursor position to initial state

    Declaration
    public void ResetCursorPosition()

    Implements

    IExtendableTexBox
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved