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 (in ShellBrowser.dll) Version: 7.1
Syntax public ComboBoxStyle DropDownStyle { get; set; }
Public Property DropDownStyle As ComboBoxStyle
Get
Set
public:
property ComboBoxStyle DropDownStyle {
ComboBoxStyle get ();
void set (ComboBoxStyle value);
}
member DropDownStyle : ComboBoxStyle with get, set
Property Value
Type:
ComboBoxStyleSee Also