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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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