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
Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
TexInd int
TexInds List

Méthodes publiques

Méthode 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 méthode

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

myTreeNode() public méthode

public myTreeNode ( ) : System
Résultat System

myTreeNode() public méthode

public myTreeNode ( string text ) : System
text string
Résultat System

myTreeNode() public méthode

public myTreeNode ( string text, string name ) : System
text string
name string
Résultat System

Property Details

TexInd public_oe property

public int TexInd
Résultat int

TexInds public_oe property

public List TexInds
Résultat List