Class ComboText
The Class that represents the TextBox placed inside the ComboBox
Inheritance
System.Object
ComboText
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ComboText : TextBox
Constructors
ComboText()
Constructor
Declaration
public ComboText()
Properties
AutoSize
Gets or sets a value indicating whether the height of the TextBoxExt automatically adjusts when the font assigned to the control is changed.
Declaration
public override bool AutoSize { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the height of the control automatically adjusts when the font is changed; otherwise, false. The default is true. |
Methods
CreateAccessibilityInstance()
Declaration
protected override AccessibleObject CreateAccessibilityInstance()
Returns
Type |
---|
System.Windows.Forms.AccessibleObject |