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.
|
public TreeNodePath ( string text, bool isSpecialFolder ) : System | ||
text | string | The label Text of the new tree node. |
isSpecialFolder | bool | |
Résultat | System |
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 |