C# 클래스 Flood.GUI.Controls.TreeControl

Tree control.
상속: TreeNode
파일 보기 프로젝트 열기: FloodProject/flood 1 사용 예제들

공개 메소드들

메소드 설명
OnNodeAdded ( TreeNode node ) : void

Handler for node added event.

RemoveAll ( ) : void

Removes all child nodes.

TreeControl ( Control parent )

Initializes a new instance of the TreeControl class.

보호된 메소드들

메소드 설명
OnChildBoundsChanged ( Rectangle oldChildBounds, Control child ) : void

Handler invoked when control children's bounds change.

OnNodeSelected ( Control Control ) : void

Handler for node selected event.

Render ( Skins skin ) : void

Renders the control using specified skin.

메소드 상세

OnChildBoundsChanged() 보호된 메소드

Handler invoked when control children's bounds change.
protected OnChildBoundsChanged ( Rectangle oldChildBounds, Control child ) : void
oldChildBounds Rectangle
child Control
리턴 void

OnNodeAdded() 공개 메소드

Handler for node added event.
public OnNodeAdded ( TreeNode node ) : void
node TreeNode Node added.
리턴 void

OnNodeSelected() 보호된 메소드

Handler for node selected event.
protected OnNodeSelected ( Control Control ) : void
Control Control Node selected.
리턴 void

RemoveAll() 공개 메소드

Removes all child nodes.
public RemoveAll ( ) : void
리턴 void

Render() 보호된 메소드

Renders the control using specified skin.
protected Render ( Skins skin ) : void
skin Skins Skin to use.
리턴 void

TreeControl() 공개 메소드

Initializes a new instance of the TreeControl class.
public TreeControl ( Control parent )
parent Control Parent control.