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