ShellAutoComplete Enumeration |
The autocompletion mode the PathEdit and ComboBox control are using. These are flags, that can be or'ed together.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax[FlagsAttribute]
public enum ShellAutoComplete
<FlagsAttribute>
Public Enumeration ShellAutoComplete
[FlagsAttribute]
public enum class ShellAutoComplete
[<FlagsAttribute>]
type ShellAutoComplete
Members| Member name | Value | Description |
|---|
| Disabled | 0 |
No shell auto completion. Simple DropDown behavior.
|
| FileSystem | 1 |
Shell auto completion of filesystem items that are proposed.
|
| Url | 2 |
Shell auto completion of url *and* UNC-path items which where cached by the system.
|
See Also