프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_Title | |||
m_ToggleButton | |||
m_TreeControl |
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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.
|
protected OnClickName ( |
||
control | Event source. | |
리턴 | void |
protected OnDoubleClickName ( |
||
control | Event source. | |
리턴 | void |
protected OnToggleButtonPress ( |
||
control | Event source. | |
리턴 | void |
public TreeNode ( |
||
parent | Parent control. | |
리턴 | System |