ShellTreeNodeHasChildren Property |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool HasChildren { get; set; }
Public Property HasChildren As Boolean
Get
Set
public:
property bool HasChildren {
bool get ();
void set (bool value);
}
member HasChildren : bool with get, set
Property Value
Type:
BooleanSee Also