C# 클래스 Habanero.Faces.VWG.TreeViewVWG.TreeNodeVWG

An implementation of ITreeView for VWGdows Forms.
상속: TreeNode, ITreeNode
파일 보기 프로젝트 열기: Chillisoft/habanero.faces

공개 메소드들

메소드 설명
TreeNodeVWG ( IControlFactory controlFactory, string text ) : System

Constructs a new TreeNodeVWG with the specified text.

메소드 상세

TreeNodeVWG() 공개 메소드

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
리턴 System