Class ExtendableComboBoxTextBox
Extendable text box wrapper for System.Windows.Forms.ComboBox.
Inherited Members
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
ClientRectangle
Declaration
public override Rectangle ClientRectangle { get; }
Property Value
Type |
---|
System.Drawing.Rectangle |
Overrides
Focused
Declaration
public override bool Focused { get; }
Property Value
Type |
---|
System.Boolean |
Overrides
Font
Declaration
public override Font Font { get; }
Property Value
Type |
---|
System.Drawing.Font |
Overrides
Handle
Declaration
public override IntPtr Handle { get; }
Property Value
Type |
---|
System.IntPtr |
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