ShellBrowserBaseFilterMatch Method |
Checks if the currently active object matches the filter that is set.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.4
Syntaxpublic bool FilterMatch()
Public Function FilterMatch As Boolean
public:
bool FilterMatch()
member FilterMatch : unit -> bool
Return Value
Type:
Booleantrue, if the current object matches the filter property, false if it does not match
See Also