This property controls the availability of the shells autocompletion mode,
if set to FileSystem, Url or both, the PathEdit control provides autocompletion
mode with a via a drop down box.
If disabled the default behavior is used.
Both, FileSystem and Url can be specified at once.
FileSystem is enabled by default.
Url needs to be used to also provide autocompletion for UNC-Paths.
| C# | Visual Basic | Visual C++ |
protected PathEdit..::.ShellAutoComplete ShellAutoCompletionMode { get; set; }
Protected Property ShellAutoCompletionMode As PathEdit..::.ShellAutoComplete
protected: property PathEdit..::.ShellAutoComplete ShellAutoCompletionMode { PathEdit..::.ShellAutoComplete get (); void set (PathEdit..::.ShellAutoComplete value); }