BrowseForFolderFileSystemOnly Property |
Only allow file system directories.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntaxpublic 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 onlz file system directories are allowed, false if not.
Remarks
See Also