C# Class Pabo.MozBar.MozPane.MozItemCollectionEditor

A custom CollectionEditor for editing MozItemCollections
Inheritance: System.ComponentModel.Design.CollectionEditor
Afficher le fichier Open project: binaryage/xrefresh

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateInstance ( Type itemType ) : object

Method Details

CreateInstance() protected méthode

protected CreateInstance ( Type itemType ) : object
itemType System.Type
Résultat object

EditValue() public méthode

public EditValue ( ITypeDescriptorContext context, IServiceProvider isp, object value ) : object
context ITypeDescriptorContext
isp IServiceProvider
value object
Résultat object

MozItemCollectionEditor() public méthode

public MozItemCollectionEditor ( Type type ) : System
type System.Type
Résultat System