C# 클래스 LayoutFarm.CustomWidgets.TreeNode

상속: LayoutFarm.UI.UIBox
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
AddChildNode ( TreeNode treeNode ) : void
Collapse ( ) : void
Expand ( ) : void
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
PerformContentLayout ( ) : void
TreeNode ( int width, int height ) : System
Walk ( UIVisitor visitor ) : void

비공개 메소드들

메소드 설명
SetOwnerTreeView ( TreeView ownerTreeView ) : void
SetupNodeIconBehaviour ( ImageBox uiNodeIcon ) : void

메소드 상세

AddChildNode() 공개 메소드

public AddChildNode ( TreeNode treeNode ) : void
treeNode TreeNode
리턴 void

Collapse() 공개 메소드

public Collapse ( ) : void
리턴 void

Expand() 공개 메소드

public Expand ( ) : void
리턴 void

GetPrimaryRenderElement() 공개 메소드

public GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
rootgfx RootGraphic
리턴 RenderElement

PerformContentLayout() 공개 메소드

public PerformContentLayout ( ) : void
리턴 void

TreeNode() 공개 메소드

public TreeNode ( int width, int height ) : System
width int
height int
리턴 System

Walk() 공개 메소드

public Walk ( UIVisitor visitor ) : void
visitor LayoutFarm.UI.UIVisitor
리턴 void