menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AutoCompleteActionList - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AutoCompleteActionList

    Inheritance
    System.Object
    SyncActionListBase<AutoComplete>
    AutoCompleteActionList
    Inherited Members
    SyncActionListBase<AutoComplete>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<AutoComplete>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<AutoComplete>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<AutoComplete>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<AutoComplete>.Control
    SyncActionListBase<AutoComplete>.GetProperty(String)
    SyncActionListBase<AutoComplete>.GetSortedActionItems()
    SyncActionListBase<AutoComplete>.GetValue(String)
    SyncActionListBase<AutoComplete>.SetValue(String, Object)
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class AutoCompleteActionList : SyncActionListBase<AutoComplete>

    Constructors

    AutoCompleteActionList(IComponent)

    Declaration
    public AutoCompleteActionList(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    Properties

    AdjustHeightToItemCount

    Declaration
    public bool AdjustHeightToItemCount { get; set; }
    Property Value
    Type
    System.Boolean

    AutoAddItem

    Declaration
    public bool AutoAddItem { get; set; }
    Property Value
    Type
    System.Boolean

    AutoPersistentDropDownSize

    Declaration
    public bool AutoPersistentDropDownSize { get; set; }
    Property Value
    Type
    System.Boolean

    ImageList

    Declaration
    public ImageList ImageList { get; set; }
    Property Value
    Type
    System.Windows.Forms.ImageList

    ShowCloseButton

    Declaration
    public bool ShowCloseButton { get; set; }
    Property Value
    Type
    System.Boolean

    ShowColumnHeader

    Declaration
    public bool ShowColumnHeader { get; set; }
    Property Value
    Type
    System.Boolean

    ShowGripper

    Declaration
    public bool ShowGripper { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    InitializeActionList()

    Declaration
    protected override void InitializeActionList()
    Overrides
    Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.AutoComplete>.InitializeActionList()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved