Skybound AutoComplete

AutoComplete.CurrentDirectory Property

Gets or sets the directory used as the current directory for autocompletion when ShowCurrentDirectory is true.

[Visual Basic]
Public Property CurrentDirectory As String
[C#]
public string CurrentDirectory {get; set;}

Property Value

A String that represents the current directory. The default value is a null reference (Nothing in Visual Basic).

Remarks

Use this property in conjunction with the ShowCurrentDirectory to suggest files from any directory.

When this property is a null reference (Nothing in Visual Basic), the current directory is obtained using Directory.GetCurrentDirectory.

See Also

AutoComplete Class | Skybound.AutoComplete Namespace