C# Class NArrange.Gui.Configuration.ListItemTreeNode

Tree node for a list item.
Inheritance: System.Windows.Forms.TreeNode
Afficher le fichier Open project: MarcStan/NArrange Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
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.

Method Details

ListItemTreeNode() public méthode

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.
Résultat System

MoveDown() public méthode

Moves this list item node down in the collection.
public MoveDown ( ) : void
Résultat void

MoveUp() public méthode

Moves this list item node down in the collection.
public MoveUp ( ) : void
Résultat void

RemoveItem() public méthode

Removes the item from the collection.
public RemoveItem ( ) : void
Résultat void

UpdateMenu() public méthode

Updates the context menu for the tree node.
public UpdateMenu ( ) : void
Résultat void

UpdateText() public méthode

Updates the display text.
public UpdateText ( ) : void
Résultat void