C# 클래스 LayoutFarm.HtmlWidgets.TreeNode

파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
AddChildNode ( TreeNode treeNode ) : void
Collapse ( ) : void
Expand ( ) : void
GetPrimaryPresentationNode ( DomElement hostNode ) : DomElement
TreeNode ( int width, int height ) : System

비공개 메소드들

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

메소드 상세

AddChildNode() 공개 메소드

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

Collapse() 공개 메소드

public Collapse ( ) : void
리턴 void

Expand() 공개 메소드

public Expand ( ) : void
리턴 void

GetPrimaryPresentationNode() 공개 메소드

public GetPrimaryPresentationNode ( DomElement hostNode ) : DomElement
hostNode LayoutFarm.WebDom.DomElement
리턴 LayoutFarm.WebDom.DomElement

TreeNode() 공개 메소드

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