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