Skybound AutoComplete

AutoComplete.IncludeFiles Property

Gets or sets a value that specifies which items from the file system are suggested.

[Visual Basic]
Public Property IncludeFiles As AutoCompleteFiles
[C#]
public AutoCompleteFiles IncludeFiles {get; set;}

Property Value

One of the AutoCompleteFiles values that specifies which items from the file system are suggested.

Remarks

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 appear in the autocompletion list.

To include items from the current directory, use the ShowCurrentDirectory property.

See Also

AutoComplete Class | Skybound.AutoComplete Namespace