FileMatchEventArgsFileMatchesSearchCriterion Property |
Set this to false if the file does not match the search criterion anymore
and shall not be added to the FileList
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool FileMatchesSearchCriterion { get; set; }Public Property FileMatchesSearchCriterion As Boolean
Get
Set
public:
property bool FileMatchesSearchCriterion {
bool get ();
void set (bool value);
}member FileMatchesSearchCriterion : bool with get, set
Property Value
Boolean
See Also