Click or drag to resize

ShellComboBoxDropDownStyle Property

If DropDownStyle is DropDown, the shell autocompletion mode is enabled. If it is DropDownList, the shell autocompletion is disabled, ie. no edit field is provided. The default value is DropDown. ComboBoxStyle.Simple is not supported and ignored.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public ComboBoxStyle DropDownStyle { get; set; }

Property Value

Type: ComboBoxStyle
See Also