Click or drag to resize

ShellTreeNodeIsEnumerable Property

Gets a value indicating whether this instance is enumerable, i.e. if it's a folder and has or could have children.

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

Property Value

Type: Boolean
true if this instance is enumerable; otherwise, false.
See Also