menu

WinForms

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

    Show / Hide Table of Contents

    Class ComboBoxBaseActionList

    CheckBoxAdvActionList class.

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

    Constructors

    ComboBoxBaseActionList(IComponent)

    Initializes a new instance of the CheckBoxAdvActionList class.

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

    Represents component

    Properties

    BorderStyle

    Gets or sets the Border style.

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

    The style.

    DropDownStyle

    Gets or sets the Dropdown style.

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

    The style.

    GrayonReadonly

    Gets or sets Readonly.

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

    Name

    Gets or sets Name.

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

    Office2007ColorScheme

    Gets or sets the Office2007 color scheme.

    Declaration
    public Office2007Theme Office2007ColorScheme { get; set; }
    Property Value
    Type Description
    Office2007Theme

    The Office2007 color scheme.

    Office2010ColorScheme

    Gets or sets the Office2010 color scheme.

    Declaration
    public Office2010Theme Office2010ColorScheme { get; set; }
    Property Value
    Type Description
    Office2010Theme

    The Office2010 color scheme.

    Readonly

    Gets or sets Readonly.

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

    Style

    Gets or sets the visual style.

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

    The style.

    Text

    Gets or sets the Text

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

    Methods

    InitializeActionList()

    Overrridden InitializeActionList.

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