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

Tree node for a list component property.
상속: PropertyTreeNode
파일 보기 프로젝트 열기: MarcStan/NArrange

공개 메소드들

메소드 설명
ListPropertyTreeNode ( PropertyDescriptor property, object component, Type newItemTypes ) : System

Creates a new ListPropertyTreeNode.

비공개 메소드들

메소드 설명
AddItem ( Type type ) : void

Adds a new item to the list of the specified type.

GetDisplayName ( Type type ) : string

Gets the display name for a type.

Initialize ( ) : void

Initializes this tree node.

메소드 상세

ListPropertyTreeNode() 공개 메소드

Creates a new ListPropertyTreeNode.
public ListPropertyTreeNode ( PropertyDescriptor property, object component, Type newItemTypes ) : System
property System.ComponentModel.PropertyDescriptor The property.
component object The component.
newItemTypes System.Type The new item types.
리턴 System