ShellTreeNodeIsFolder Property |
true if the current item is a folder; otherwise false.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool IsFolder { get; }Public ReadOnly Property IsFolder As Boolean
Get
public:
property bool IsFolder {
bool get ();
}member IsFolder : bool with get
Property Value
Boolean
See Also