Property | Type | Description | |
---|---|---|---|
DEFAULT_FORE_COLOR | Color |
Method | Description | |
---|---|---|
Collapse ( ) : void | ||
EnsureVisible ( ) : void | ||
Expand ( ) : void | ||
ExpandAll ( ) : void | ||
Remove ( ) : void | ||
ToString ( ) : string | ||
Toggle ( ) : void | ||
TreeNode ( string text ) : System | ||
TreeNode ( string text, TreeNode children ) : System |
Method | Description | |
---|---|---|
CollapseInternal ( ) : void | ||
ExpandAllInternal ( ) : void | ||
GetXIndex ( ) : int | ||
GetYIndex ( ) : int | ||
Remove ( bool notify ) : void | ||
TreeNode ( TreeView treeView ) : System | ||
_GetVisibleNodesAmount ( TreeNode node, int currentAmount ) : int | ||
_GetXIndex ( TreeNode currentNode, int currentX ) : int | ||
_GetYIndex ( TreeNode currentNode, int currentY ) : int |
public TreeNode ( string text, TreeNode children ) : System | ||
text | string | |
children | TreeNode | |
return | System |