C# Class LayoutFarm.HtmlWidgets.TreeNode

Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

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

Private Methods

Méthode Description
GetPrimaryPresentationNode2 ( DomElement hostNode ) : DomElement
SetOwnerTreeView ( TreeView ownerTreeView ) : void
SetupNodeIconBehaviour ( DomElement uiNodeIcon ) : void
SetupNodeIconBehaviour ( ImageBox uiNodeIcon ) : void

Method Details

AddChildNode() public méthode

public AddChildNode ( TreeNode treeNode ) : void
treeNode TreeNode
Résultat void

Collapse() public méthode

public Collapse ( ) : void
Résultat void

Expand() public méthode

public Expand ( ) : void
Résultat void

GetPrimaryPresentationNode() public méthode

public GetPrimaryPresentationNode ( DomElement hostNode ) : DomElement
hostNode LayoutFarm.WebDom.DomElement
Résultat LayoutFarm.WebDom.DomElement

TreeNode() public méthode

public TreeNode ( int width, int height ) : System
width int
height int
Résultat System