menu

WinForms

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

    Show / Hide Table of Contents

    Class ComboBoxAutoCompleteActionList

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

    Constructors

    ComboBoxAutoCompleteActionList(IComponent)

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

    Properties

    AllowNewText

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

    AutoCompleteMode

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

    AutoCompleteSource

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

    DropDownHeight

    Declaration
    public int DropDownHeight { get; set; }
    Property Value
    Type
    System.Int32

    FlatStyle

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

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    ReadOnly

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

    Methods

    InitializeActionList()

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