NetXP 3.0 Reference

AutoCompleteFlags Enumeration

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.

[Visual Basic]
Public Enum AutoCompleteFlags
[C#]
public enum AutoCompleteFlags

Members

Member NameDescriptionValue
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

Requirements

Namespace: NETXP.Controls

Assembly: NETXP.Controls (in NETXP.Controls.dll)

See Also

NETXP.Controls Namespace