Class EnumEditComboBox
The EnumEditComboBox class.
Inheritance
System.Object
EnumEditComboBox
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class EnumEditComboBox : ComboBox
Constructors
EnumEditComboBox()
Initializes a new instance of the EnumEditComboBox class.
Declaration
public EnumEditComboBox()
Properties
EnumType
Gets or sets the type of the enum.
Declaration
public Type EnumType { get; set; }
Property Value
Type | Description |
---|---|
System.Type | The type of the enum. |
Items
Gets an object representing the collection of the items contained in this System.Windows.Forms.ComboBox.
Declaration
public ComboBox.ObjectCollection Items { get; }
Property Value
Type |
---|
System.Windows.Forms.ComboBox.ObjectCollection |
SelectedEnumValue
Gets or sets the selected enum value.
Declaration
public object SelectedEnumValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The selected enum value. |
Methods
OnDropDown(EventArgs)
Raises the System.Windows.Forms.ComboBox.DropDown event.
Declaration
protected override void OnDropDown(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e | An System.EventArgs that contains the event data. |