menu

WinForms

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

    Show / Hide Table of Contents

    Class ComboBoxAdvActionList

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

    Constructors

    ComboBoxAdvActionList(IComponent)

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

    Properties

    Border3DStyle

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

    DropDownStyle

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

    DropDownWidth

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

    ImageList

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

    MaxDropDownItems

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

    Name

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

    ReadOnly

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

    ShowImageInTextBox

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

    Sorted

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

    Style

    Declaration
    public VisualStyle Style { get; set; }
    Property Value
    Type
    VisualStyle

    Methods

    InitializeActionList()

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