Class ComboBoxAutoCompleteActionList
Inheritance
System.Object
ComboBoxAutoCompleteActionList
Assembly: Syncfusion.Tools.Windows.dll
public class ComboBoxAutoCompleteActionList : SyncActionListBase<ComboBoxAutoComplete>
Constructors
Declaration
public ComboBoxAutoCompleteActionList(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|
Properties
AllowNewText
Declaration
public bool AllowNewText { get; set; }
Property Value
Declaration
public AutoCompleteMode AutoCompleteMode { get; set; }
Property Value
Type |
System.Windows.Forms.AutoCompleteMode |
Declaration
public AutoCompleteSource AutoCompleteSource { get; set; }
Property Value
Type |
System.Windows.Forms.AutoCompleteSource |
Declaration
public int DropDownHeight { get; set; }
Property Value
Declaration
public FlatStyle FlatStyle { get; set; }
Property Value
Type |
System.Windows.Forms.FlatStyle |
Declaration
public string Name { get; set; }
Property Value
Declaration
public bool ReadOnly { get; set; }
Property Value
Methods
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.ComboBoxAutoComplete>.InitializeActionList()