Only return file system directories. If the user selects folders
that are not part of the file system, the OK button is unavailable.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public bool OnlyFilesystem { get; set; }
Public Property OnlyFilesystem As Boolean
public: property bool OnlyFilesystem { bool get (); void set (bool value); }