C# Class Habanero.Faces.Win.TreeViewWin.TreeNodeWin

An implementation of ITreeView for Windows Forms.
Inheritance: System.Windows.Forms.TreeNode, ITreeNode
Datei anzeigen Open project: Chillisoft/habanero.faces

Public Methods

Method Description
TreeNodeWin ( ) : System

Constructs a new TreeNodeWin.

TreeNodeWin ( IControlFactory controlFactory ) : System

Constructs a new TreeNodeWin with the specified text.

TreeNodeWin ( IControlFactory controlFactory, string text ) : System

Constructs a new TreeNodeWin with the specified text.

TreeNodeWin ( string text ) : System

Constructs a new TreeNodeWin with the specified text.

Method Details

TreeNodeWin() public method

Constructs a new TreeNodeWin.
public TreeNodeWin ( ) : System
return System

TreeNodeWin() public method

Constructs a new TreeNodeWin with the specified text.
public TreeNodeWin ( IControlFactory controlFactory ) : System
controlFactory IControlFactory The Control Factory to use to construct new nodes
return System

TreeNodeWin() public method

Constructs a new TreeNodeWin with the specified text.
public TreeNodeWin ( 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

TreeNodeWin() public method

Constructs a new TreeNodeWin with the specified text.
public TreeNodeWin ( string text ) : System
text string The label text of the new Tree node
return System