Gets or sets whether files from the current working directory are suggested.
true if items in the current directory are suggested; otherwise, false.
The current working directory is obtained through Environment.CurrentDirectory. You may override this behavior using the CurrentDirectory property.
The files, folders and shell objects suggested are based on a path entered into the text box. For example, if the text box contains "C:\Program Files", items in the "Program Files" directory are suggested. When this property is true, items in the current directory are also suggested. For example, if the text box contains "a", all items in the current working directory that start with "a" will appear.
AutoComplete Class | Skybound.AutoComplete Namespace