ShellBrowser .Net Edition
DropDownStyle Property
NamespacesJam.ShellShellComboBoxDropDownStyle
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.
Declaration Syntax
C#Visual BasicVisual C++
public ComboBoxStyle DropDownStyle { get; set; }
Public Property DropDownStyle As ComboBoxStyle
public:
property ComboBoxStyle DropDownStyle {
	ComboBoxStyle get ();
	void set (ComboBoxStyle value);
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)