Property | Type | Description | |
---|---|---|---|
m_Title | |||
m_ToggleButton | |||
m_TreeControl |
Method | Description | |
---|---|---|
AddNode ( string label ) : |
Adds a new child node.
|
|
Close ( ) : void |
Closes the node.
|
|
ExpandAll ( ) : void |
Opens the node and all child nodes.
|
|
Open ( ) : void |
Opens the node.
|
|
TreeNode ( |
Initializes a new instance of the TreeNode class.
|
|
UnselectAll ( ) : void |
Clears the selection on the node and all child nodes.
|
Method | Description | |
---|---|---|
Layout ( Skins skin ) : void |
Lays out the control's interior according to alignment, padding, dock etc.
|
|
OnClickName ( |
Handler for label click.
|
|
OnDoubleClickName ( |
Handler for label double click.
|
|
OnToggleButtonPress ( |
Handler for the toggle button.
|
|
PostLayout ( Skins skin ) : void |
Function invoked after layout.
|
|
Render ( Skins skin ) : void |
Renders the control using specified skin.
|
public AddNode ( string label ) : |
||
label | string | Node's label. |
return |
protected Layout ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
return | void |
protected OnClickName ( |
||
control | Event source. | |
return | void |
protected OnDoubleClickName ( |
||
control | Event source. | |
return | void |
protected OnToggleButtonPress ( |
||
control | Event source. | |
return | void |
protected PostLayout ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
return | void |
protected Render ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
return | void |
public TreeNode ( |
||
parent | Parent control. | |
return | System |
protected Button,Flood.GUI.Controls m_ToggleButton | ||
return |