C# Class ZForge.Controls.TreeViewAdv.StringCollectionEditor

Inheritance: System.ComponentModel.Design.CollectionEditor
Datei anzeigen Open project: zhuangyy/Motion

Public Methods

Method Description
StringCollectionEditor ( Type type ) : System

Protected Methods

Method Description
CreateCollectionItemType ( ) : Type
CreateInstance ( Type itemType ) : object

Method Details

CreateCollectionItemType() protected method

protected CreateCollectionItemType ( ) : Type
return System.Type

CreateInstance() protected method

protected CreateInstance ( Type itemType ) : object
itemType System.Type
return object

StringCollectionEditor() public method

public StringCollectionEditor ( Type type ) : System
type System.Type
return System