ExplorerBrowserContentFilter Property |
A ShellItemFilter specifiying filter criteria for this instance.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntaxpublic ShellItemFilter ContentFilter { get; set; }
Public Property ContentFilter As ShellItemFilter
Get
Set
public:
property ShellItemFilter^ ContentFilter {
ShellItemFilter^ get ();
void set (ShellItemFilter^ value);
}
member ContentFilter : ShellItemFilter with get, set
Property Value
Type:
ShellItemFilter
RemarksNot that a specified filter doesn't apply to all
VisiblePanes in the control, but mainly the items listed in the shellview part are filtered.
Examples
The following example shows how to use the filter.
explorerBrowser1.ContentFilter.FilePatternFilter = "*.txt";
See Also