C# Class LayoutFarm.CustomWidgets.TreeNode

Inheritance: LayoutFarm.UI.UIBox
Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
AddChildNode ( TreeNode treeNode ) : void
Collapse ( ) : void
Expand ( ) : void
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
PerformContentLayout ( ) : void
TreeNode ( int width, int height ) : System
Walk ( UIVisitor visitor ) : void

Private Methods

Method Description
SetOwnerTreeView ( TreeView ownerTreeView ) : 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

GetPrimaryRenderElement() public method

public GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
rootgfx RootGraphic
return RenderElement

PerformContentLayout() public method

public PerformContentLayout ( ) : void
return void

TreeNode() public method

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

Walk() public method

public Walk ( UIVisitor visitor ) : void
visitor LayoutFarm.UI.UIVisitor
return void