Skybound AutoComplete

AutoComplete.ShowCurrentDirectory Property

Gets or sets whether files from the current working directory are suggested.

[Visual Basic]
Public Property ShowCurrentDirectory As Boolean
[C#]
public bool ShowCurrentDirectory {get; set;}

Property Value

true if items in the current directory are suggested; otherwise, false.

Remarks

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.

See Also

AutoComplete Class | Skybound.AutoComplete Namespace