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.1
Syntax public bool IsEnumerable { get; }
Public ReadOnly Property IsEnumerable As Boolean
Get
public:
property bool IsEnumerable {
bool get ();
}
member IsEnumerable : bool with get
Property Value
Type:
Booleantrue if this instance is enumerable; otherwise,
false.
See Also