C# Class LayoutFarm.CustomWidgets.TreeView

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

Méthodes publiques

Méthode Description
AddItem ( TreeNode treeNode ) : void
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
PerformContentLayout ( ) : void
SetViewport ( int x, int y ) : void
TreeView ( int width, int height ) : System
Walk ( UIVisitor visitor ) : void

Méthodes protégées

Méthode Description
OnMouseDown ( UIMouseEventArgs e ) : void
OnMouseUp ( UIMouseEventArgs e ) : void

Method Details

AddItem() public méthode

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

GetPrimaryRenderElement() public méthode

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

OnMouseDown() protected méthode

protected OnMouseDown ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
Résultat void

PerformContentLayout() public méthode

public PerformContentLayout ( ) : void
Résultat void

SetViewport() public méthode

public SetViewport ( int x, int y ) : void
x int
y int
Résultat void

TreeView() public méthode

public TreeView ( 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