Class ComboBoxAdvActionList
Inheritance
System.Object
ComboBoxAdvActionList
Assembly: Syncfusion.Tools.Windows.dll
public class ComboBoxAdvActionList : SyncActionListBase<ComboBoxAdv>
Constructors
Declaration
public ComboBoxAdvActionList(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|
Properties
Declaration
public Border3DStyle Border3DStyle { get; set; }
Property Value
Type |
System.Windows.Forms.Border3DStyle |
Declaration
public ComboBoxStyle DropDownStyle { get; set; }
Property Value
Type |
System.Windows.Forms.ComboBoxStyle |
Declaration
public int DropDownWidth { get; set; }
Property Value
Declaration
public ImageList ImageList { get; set; }
Property Value
Type |
System.Windows.Forms.ImageList |
Declaration
public int MaxDropDownItems { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Declaration
public bool ReadOnly { get; set; }
Property Value
ShowImageInTextBox
Declaration
public bool ShowImageInTextBox { get; set; }
Property Value
Declaration
public bool Sorted { get; set; }
Property Value
Declaration
public VisualStyle Style { get; set; }
Property Value
Methods
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.ComboBoxAdv>.InitializeActionList()