C# Class KFreonLib.GUI.myTreeNode

Salts (I think) TreeNode implementation. Extends to allow some extra stuff to be stored in each node.
Inheritance: System.Windows.Forms.TreeNode
Show file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
TexInd int
TexInds List

Public Methods

Method Description
NodeTextureCount ( ) : int

Returns number of textures stored in node. Is recursive, thus including subnodes.

myTreeNode ( ) : System
myTreeNode ( string text ) : System
myTreeNode ( string text, string name ) : System

Method Details

NodeTextureCount() public method

Returns number of textures stored in node. Is recursive, thus including subnodes.
public NodeTextureCount ( ) : int
return int

myTreeNode() public method

public myTreeNode ( ) : System
return System

myTreeNode() public method

public myTreeNode ( string text ) : System
text string
return System

myTreeNode() public method

public myTreeNode ( string text, string name ) : System
text string
name string
return System

Property Details

TexInd public property

public int TexInd
return int

TexInds public property

public List TexInds
return List