Click or drag to resize

ShellAutoCompleteOptions Enumeration

A bit-field of flags for specifying options for auto suggestions.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
[FlagsAttribute]
public enum ShellAutoCompleteOptions
Members
  Member nameValueDescription
NoFolders1Exclude folders from the autosuggestions.
NoFiles2Exclude files from the autosuggestions.
FileSystemOnly4Exclude non file system objects from the autosuggestions.
See Also