C# Класс Habanero.Faces.Win.TreeViewWin.TreeNodeWin

An implementation of ITreeView for Windows Forms.
Наследование: System.Windows.Forms.TreeNode, ITreeNode
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

TreeNodeWin() публичный Метод

Constructs a new TreeNodeWin.
public TreeNodeWin ( ) : System
Результат System

TreeNodeWin() публичный Метод

Constructs a new TreeNodeWin with the specified text.
public TreeNodeWin ( IControlFactory controlFactory ) : System
controlFactory IControlFactory The Control Factory to use to construct new nodes
Результат System

TreeNodeWin() публичный Метод

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
Результат System

TreeNodeWin() публичный Метод

Constructs a new TreeNodeWin with the specified text.
public TreeNodeWin ( string text ) : System
text string The label text of the new Tree node
Результат System