C# Class Habanero.Faces.VWG.TreeViewVWG.TreeNodeVWG

An implementation of ITreeView for VWGdows Forms.
Inheritance: TreeNode, ITreeNode
Mostrar archivo Open project: Chillisoft/habanero.faces

Public Methods

Method Description
TreeNodeVWG ( IControlFactory controlFactory, string text ) : System

Constructs a new TreeNodeVWG with the specified text.

Method Details

TreeNodeVWG() public method

Constructs a new TreeNodeVWG with the specified text.
public TreeNodeVWG ( IControlFactory controlFactory, string text ) : System
controlFactory IControlFactory The Control Factory to use to construct new nodes
text string The label text of the new Tree node
return System