Base Combo BoxDrop Down Style 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.31.0
The default is the DropDown style with an editable textbox area and a drop down list
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public ComboBoxStyle DropDownStyle { get; set; }VB
Public Property DropDownStyle As ComboBoxStyle
Get
SetC++
public:
property ComboBoxStyle DropDownStyle {
ComboBoxStyle get ();
void set (ComboBoxStyle value);
}F#
member DropDownStyle : ComboBoxStyle with get, setProperty Value
ComboBoxStyleThe default is the DropDown style with an editable textbox area and a drop down list
Exceptions
| InvalidEnumArgumentException | This is thrown if the value is not one of the valid combo box styles |