My Project
|
Public Member Functions | |
TreeNode (string name) | |
void | SortNodes () |
TreeNode | GetOrCreateChildNode (string childName) |
bool | HasChildren () |
override string | ToString () |
Static Public Member Functions | |
static bool | HasChildren (TreeNode node) |
Public Attributes | |
bool | expanded = false |
bool | selected = true |
object | userData = null |
Properties | |
string | Name [get] |
int | HierarchyDepth [get] |