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
<FlagsAttribute>
Public Enumeration ShellAutoCompleteOptions
[FlagsAttribute]
public enum class ShellAutoCompleteOptions
[<FlagsAttribute>]
type ShellAutoCompleteOptions
Members
| Member name | Value | Description |
---|
| NoFolders | 1 | Exclude folders from the autosuggestions. |
| NoFiles | 2 | Exclude files from the autosuggestions. |
| FileSystemOnly | 4 | Exclude non file system objects from the autosuggestions. |
See Also