ShellBrowserBaseFilterFilesOnly Property |
Gets or sets a value indicating whether the
Filter property applies to files only, but all folders are listed.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntaxpublic bool FilterFilesOnly { get; set; }
Public Property FilterFilesOnly As Boolean
Get
Set
public:
property bool FilterFilesOnly {
bool get ();
void set (bool value);
}
member FilterFilesOnly : bool with get, set
Property Value
Type:
BooleanTrue if folders are not filtered by the
Filter property. False if directories are matched against the filter too.
See Also