C# Class LayoutFarm.HtmlWidgets.TreeNode

Show file Open project: prepare/HTML-Renderer

Public Methods

Method Description
AddChildNode ( TreeNode treeNode ) : void
Collapse ( ) : void
Expand ( ) : void
GetPrimaryPresentationNode ( DomElement hostNode ) : DomElement
TreeNode ( int width, int height ) : System

Private Methods

Method Description
GetPrimaryPresentationNode2 ( DomElement hostNode ) : DomElement
SetOwnerTreeView ( TreeView ownerTreeView ) : void
SetupNodeIconBehaviour ( DomElement uiNodeIcon ) : void
SetupNodeIconBehaviour ( ImageBox uiNodeIcon ) : void

Method Details

AddChildNode() public method

public AddChildNode ( TreeNode treeNode ) : void
treeNode TreeNode
return void

Collapse() public method

public Collapse ( ) : void
return void

Expand() public method

public Expand ( ) : void
return void

GetPrimaryPresentationNode() public method

public GetPrimaryPresentationNode ( DomElement hostNode ) : DomElement
hostNode LayoutFarm.WebDom.DomElement
return LayoutFarm.WebDom.DomElement

TreeNode() public method

public TreeNode ( int width, int height ) : System
width int
height int
return System