C# Класс NArrange.Gui.Configuration.ListItemTreeNode

Tree node for a list item.
Наследование: System.Windows.Forms.TreeNode
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ListItemTreeNode ( PropertyDescriptor listProperty, object component, object listItem ) : System

Creates a new ListItemTreeNode.

MoveDown ( ) : void

Moves this list item node down in the collection.

MoveUp ( ) : void

Moves this list item node down in the collection.

RemoveItem ( ) : void

Removes the item from the collection.

UpdateMenu ( ) : void

Updates the context menu for the tree node.

UpdateText ( ) : void

Updates the display text.

Приватные методы

Метод Описание
HandleMoveDownMenuItemClick ( object sender, EventArgs e ) : void

Event handler for the Move Down menu item click event.

HandleMoveUpMenuItemClick ( object sender, EventArgs e ) : void

Event handler for the Move Up menu item click event.

HandleRemoveMenuItemClick ( object sender, EventArgs e ) : void

Event handler for the Remove menu item click event.

Initialize ( ) : void

Initializes this tree node.

Select ( ) : void

Sets this node as the selected node in the tree view.

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

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

Creates a new ListItemTreeNode.
public ListItemTreeNode ( PropertyDescriptor listProperty, object component, object listItem ) : System
listProperty System.ComponentModel.PropertyDescriptor The list property.
component object The component.
listItem object The list item.
Результат System

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

Moves this list item node down in the collection.
public MoveDown ( ) : void
Результат void

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

Moves this list item node down in the collection.
public MoveUp ( ) : void
Результат void

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

Removes the item from the collection.
public RemoveItem ( ) : void
Результат void

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

Updates the context menu for the tree node.
public UpdateMenu ( ) : void
Результат void

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

Updates the display text.
public UpdateText ( ) : void
Результат void