The autocompletion mode the PathEdit control uses. These are flags, that can be or'ed together.
| C# | Visual Basic | Visual C++ |
[FlagsAttribute] public enum ShellAutoComplete
<FlagsAttribute> _ Public Enumeration ShellAutoComplete
[FlagsAttribute] public enum class ShellAutoComplete
| Member | Description |
|---|---|
| Disabled |
No shell auto completion. Simple DropDown behavior.
|
| FileSystem |
Shell auto completion of filesystem items that are proposed.
|
| Url |
Shell auto completion of url *and* UNC-path items which where cached by the system.
|