Click or drag to resize

ShellAutoComplete Enumeration

The autocompletion mode the PathEdit and ComboBox control are using. These are flags, that can be or'ed together.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax
[FlagsAttribute]
public enum ShellAutoComplete
Members
  Member nameValueDescription
Disabled0 No shell auto completion. Simple DropDown behavior.
FileSystem1 Shell auto completion of filesystem items that are proposed.
Url2 Shell auto completion of url *and* UNC-path items which where cached by the system.
See Also