BrowseForFolderFileSystemOnly Property |
Only allow to select elements with an associated file system path.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public bool FileSystemOnly { get; set; }
Public Property FileSystemOnly As Boolean
Get
Set
public:
property bool FileSystemOnly {
bool get ();
void set (bool value);
}
member FileSystemOnly : bool with get, set
Property Value
Type:
Booleantrue if only file system directories are allowed, false if not.
See Also