C# Class Raccoom.Windows.Forms.TreeNodePath

Inheritance: Raccoom.Windows.Forms.TreeNodeBase
Afficher le fichier Open project: MediaPortal/MPTagThat Class Usage Examples

Méthodes publiques

Méthode Description
AddDummyNode ( ) : void

Adds a dummy node to the parent node

RemoveDummyNode ( ) : void

Removes the dummy node from the parent node.

TreeNodePath ( ) : System

Initializes a new instance of the TreeNodePath class.

TreeNodePath ( string text, bool isSpecialFolder ) : System

Initializes a new instance of the TreeNodePath class.

TreeNodePath ( string text, bool isSpecialFolder, int imageIndex, int selectedImageIndex ) : System

Initializes a new instance of the TreeNodePath class.

Method Details

AddDummyNode() public méthode

Adds a dummy node to the parent node
public AddDummyNode ( ) : void
Résultat void

RemoveDummyNode() public méthode

Removes the dummy node from the parent node.
public RemoveDummyNode ( ) : void
Résultat void

TreeNodePath() public méthode

Initializes a new instance of the TreeNodePath class.
public TreeNodePath ( ) : System
Résultat System

TreeNodePath() public méthode

Initializes a new instance of the TreeNodePath class.
public TreeNodePath ( string text, bool isSpecialFolder ) : System
text string The label Text of the new tree node.
isSpecialFolder bool
Résultat System

TreeNodePath() public méthode

Initializes a new instance of the TreeNodePath class.
public TreeNodePath ( string text, bool isSpecialFolder, int imageIndex, int selectedImageIndex ) : System
text string The label Text of the new tree node.
isSpecialFolder bool
imageIndex int The index value of Image to display when the tree node is unselected.
selectedImageIndex int The index value of Image to display when the tree node is selected.
Résultat System