C# 클래스 NArrange.Gui.Configuration.ListItemTreeNode

Tree node for a list item.
상속: System.Windows.Forms.TreeNode
파일 보기 프로젝트 열기: MarcStan/NArrange 1 사용 예제들

공개 메소드들

메소드 설명
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