CustomEditComboBoxShellAutoCompletionMode Property |
This property controls the availability of the shells autocompletion mode,
if set to FileSystem, Url or both, the ComboBox provides a TextField the
user can type to. If disabled the default combobox behavior without editing
functionality is used. Both, FileSystem and Url can be specified at once and
are enabled by default.
ShellAutoComplete.Url needs to be used to also provide autocompletion for UNC-Paths.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ShellAutoComplete ShellAutoCompletionMode { get; set; }
Public Property ShellAutoCompletionMode As ShellAutoComplete
Get
Set
public:
property ShellAutoComplete ShellAutoCompletionMode {
ShellAutoComplete get ();
void set (ShellAutoComplete value);
}
member ShellAutoCompletionMode : ShellAutoComplete with get, set
Property Value
Type:
ShellAutoCompleteSee Also