C# Class Pabo.MozBar.MozPane.MozItemCollectionEditor

A custom CollectionEditor for editing MozItemCollections
Inheritance: System.ComponentModel.Design.CollectionEditor
ファイルを表示 Open project: binaryage/xrefresh

Public Methods

Method Description
EditValue ( ITypeDescriptorContext context, IServiceProvider isp, object value ) : object
MozItemCollectionEditor ( Type type ) : System

Protected Methods

Method Description
CreateInstance ( Type itemType ) : object

Method Details

CreateInstance() protected method

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

EditValue() public method

public EditValue ( ITypeDescriptorContext context, IServiceProvider isp, object value ) : object
context ITypeDescriptorContext
isp IServiceProvider
value object
return object

MozItemCollectionEditor() public method

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