C# Class NArrange.Gui.Configuration.ListPropertyTreeNode

Tree node for a list component property.
Inheritance: PropertyTreeNode
Datei anzeigen Open project: MarcStan/NArrange

Public Methods

Method Description
ListPropertyTreeNode ( PropertyDescriptor property, object component, Type newItemTypes ) : System

Creates a new ListPropertyTreeNode.

Private Methods

Method Description
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.

Method Details

ListPropertyTreeNode() public method

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.
return System