ShellBrowserBaseIsCompressed Method |
Checks if the currently active object is compressed.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic bool IsCompressed()
Public Function IsCompressed As Boolean
public:
bool IsCompressed()
member IsCompressed : unit -> bool
Return Value
Booleantrue, if the currently active object is compressed, false otherwise.
See Also