A simple enumeration that wraps various auto complete flags of SHAutoComplete. See documenation of SHAutoComplete for details
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Member Name | Description | Value |
---|---|---|
None | No flags. | 0 |
FileSystem | This includes the File System as well as the rest of the shell (Desktop\My Computer\Control Panel\) | 1 |
URLHistory | URLs in the User's History | 2 |
URLMRU | URLs in the User's Recently Used list. | 4 |
UseTab | Use the tab to move thru the autocomplete possibilities instead of to the next dialog/window control. | 8 |
FileSystemOnly | This includes the File System | 16 |
FileSystemDirs | Same as FileSystemOnly except it only includes directories, UNC servers, and UNC server shares. | 32 |
AutoSuggestForceOn | Ignore the registry default and force the auto suggest feature on. | 268435456 |
AutoSuggestForceOff | Ignore the registry default and force the auto suggest feature off | 536870912 |
AutoAppendForceOn | Ignore the registry default and force the auto append on. | 1073741824 |
Namespace: NETXP.Controls
Assembly: NETXP.Controls (in NETXP.Controls.dll)