C# Class SS.Ynote.Classic.Core.Project.ExTreeNode

Extended TreeNode for some properties
Inheritance: System.Windows.Forms.TreeNode
ファイルを表示 Open project: samarjeet27/ynoteclassic Class Usage Examples

Public Methods

Method Description
ExTreeNode ( string text, string name, ProjectNodeType projectNodeType ) : System.Windows.Forms

Default Constructor

Method Details

ExTreeNode() public method

Default Constructor
public ExTreeNode ( string text, string name, ProjectNodeType projectNodeType ) : System.Windows.Forms
text string
name string
projectNodeType ProjectNodeType
return System.Windows.Forms