C# Class LayoutFarm.CustomWidgets.TreeNode

Inheritance: LayoutFarm.UI.UIBox
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
SetOwnerTreeView ( TreeView ownerTreeView ) : 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

GetPrimaryRenderElement() public méthode

public GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
rootgfx RootGraphic
Résultat RenderElement

PerformContentLayout() public méthode

public PerformContentLayout ( ) : void
Résultat void

TreeNode() public méthode

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

Walk() public méthode

public Walk ( UIVisitor visitor ) : void
visitor LayoutFarm.UI.UIVisitor
Résultat void