ShellTreeNodeIsFolder Property |
true if the current item is a folder; otherwise false.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.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
Property Value
Type:
BooleanSee Also