Class AutoCompleteActionList
Inheritance
System.Object
AutoCompleteActionList
Assembly: Syncfusion.Tools.Windows.dll
public class AutoCompleteActionList : SyncActionListBase<AutoComplete>
Constructors
Declaration
public AutoCompleteActionList(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|
Properties
Declaration
public bool AdjustHeightToItemCount { get; set; }
Property Value
Declaration
public bool AutoAddItem { get; set; }
Property Value
Declaration
public bool AutoPersistentDropDownSize { get; set; }
Property Value
Declaration
public ImageList ImageList { get; set; }
Property Value
Type |
System.Windows.Forms.ImageList |
Declaration
public bool ShowCloseButton { get; set; }
Property Value
Declaration
public bool ShowColumnHeader { get; set; }
Property Value
Declaration
public bool ShowGripper { get; set; }
Property Value
Methods
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.AutoComplete>.InitializeActionList()