BaseComboBoxDropDownStyle Property

Gets or sets a value specifying the style of the combo box

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public ComboBoxStyle DropDownStyle { get; set; }

Property Value

ComboBoxStyle
The default is the DropDown style with an editable textbox area and a drop down list

Exceptions

InvalidEnumArgumentExceptionThis is thrown if the value is not one of the valid combo box styles

See Also