Property DropDownStyle
DropDownStyle
Gets or sets a value specifying the style of the combo box.
[Browsable(false)]
public virtual ComboBoxStyle DropDownStyle { get; set; }
Property Value
- ComboBoxStyle
One of the ComboBoxStyle values. The default is
DropDown
.