C# Class Raccoom.Windows.Forms.TreeNodePath

Inheritance: Raccoom.Windows.Forms.TreeNodeBase
显示文件 Open project: MediaPortal/MPTagThat Class Usage Examples

Public Methods

Method 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 method

Adds a dummy node to the parent node
public AddDummyNode ( ) : void
return void

RemoveDummyNode() public method

Removes the dummy node from the parent node.
public RemoveDummyNode ( ) : void
return void

TreeNodePath() public method

Initializes a new instance of the TreeNodePath class.
public TreeNodePath ( ) : System
return System

TreeNodePath() public method

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
return System

TreeNodePath() public method

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.
return System