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.1
Syntax public bool IsFolder { get; }
Public ReadOnly Property IsFolder As Boolean
Get
public:
property bool IsFolder {
bool get ();
}
member IsFolder : bool with get
Return Value
Type:
Booleantrue, if the currently active object is a folder, false otherwise
See Also