C# Класс Raccoom.Windows.Forms.TreeNodePath

Наследование: Raccoom.Windows.Forms.TreeNodeBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

AddDummyNode() публичный Метод

Adds a dummy node to the parent node
public AddDummyNode ( ) : void
Результат void

RemoveDummyNode() публичный Метод

Removes the dummy node from the parent node.
public RemoveDummyNode ( ) : void
Результат void

TreeNodePath() публичный Метод

Initializes a new instance of the TreeNodePath class.
public TreeNodePath ( ) : System
Результат System

TreeNodePath() публичный Метод

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
Результат System

TreeNodePath() публичный Метод

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.
Результат System