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.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public 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
Type:
BooleanSee Also