Class ExtendableComboBoxTextBox
Extendable text box wrapper for System.Windows.Forms.ComboBox.
Inheritance
System.Object
ExtendableComboBoxTextBox
Implements
System.IDisposable
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ExtendableComboBoxTextBox : ExtendableTextBoxBase, IExtendableTexBox, IDisposable
Constructors
ExtendableComboBoxTextBox(ComboBoxBase)
Declaration
public ExtendableComboBoxTextBox(ComboBoxBase combo)
Parameters
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
ClientRectangle
Declaration
public override Rectangle ClientRectangle { get; }
Property Value
| Type |
| System.Drawing.Rectangle |
Overrides
Focused
Declaration
public override bool Focused { get; }
Property Value
Overrides
Font
Declaration
public override Font Font { get; }
Property Value
Overrides
Handle
Declaration
public override IntPtr Handle { get; }
Property Value
Overrides
RightToLeft
Declaration
public override RightToLeft RightToLeft { get; }
Property Value
| Type |
| System.Windows.Forms.RightToLeft |
Overrides
Methods
Invalidate()
Declaration
public override void Invalidate()
Overrides
ResetCursorPosition()
Declaration
public void ResetCursorPosition()
Implements
System.IDisposable