menu

WinForms

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

    Show / Hide Table of Contents

    Class ExtendableComboBoxTextBox

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

    Inheritance
    System.Object
    ExtendableTextBoxBase
    ExtendableComboBoxTextBox
    Implements
    IExtendableTexBox
    System.IDisposable
    Inherited Members
    ExtendableTextBoxBase.Dispose()
    ExtendableTextBoxBase.Dispose(Boolean)
    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 ExtendableComboBoxTextBox : ExtendableTextBoxBase, IExtendableTexBox, IDisposable

    Constructors

    ExtendableComboBoxTextBox(ComboBoxBase)

    Declaration
    public ExtendableComboBoxTextBox(ComboBoxBase combo)
    Parameters
    Type Name Description
    ComboBoxBase combo

    ExtendableComboBoxTextBox(ComboBox)

    Declaration
    public ExtendableComboBoxTextBox(ComboBox combo)
    Parameters
    Type Name Description
    System.Windows.Forms.ComboBox combo

    Properties

    BackColor

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

    ClientRectangle

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

    Focused

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

    Font

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

    Handle

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

    RightToLeft

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

    Methods

    Invalidate()

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

    ResetCursorPosition()

    Declaration
    public void ResetCursorPosition()

    Implements

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