PathEditShellAutoCompletionMode Property |
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.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ShellAutoComplete ShellAutoCompletionMode { get; set; }
Public Property ShellAutoCompletionMode As ShellAutoComplete
Get
Set
public:
property ShellAutoComplete ShellAutoCompletionMode {
ShellAutoComplete get ();
void set (ShellAutoComplete value);
}
member ShellAutoCompletionMode : ShellAutoComplete with get, set
Property Value
Type:
ShellAutoCompleteSee Also