Click or drag to resize

ShellBrowserBaseIsFolder Property

Can be used to query if the currently active object is a folder or not.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public bool IsFolder { get; }

Return Value

Type: Boolean
true, if the currently active object is a folder, false otherwise
See Also