C# 클래스 Pabo.MozBar.MozPane.MozItemCollectionEditor

A custom CollectionEditor for editing MozItemCollections
상속: System.ComponentModel.Design.CollectionEditor
파일 보기 프로젝트 열기: binaryage/xrefresh

공개 메소드들

메소드 설명
EditValue ( ITypeDescriptorContext context, IServiceProvider isp, object value ) : object
MozItemCollectionEditor ( Type type ) : System

보호된 메소드들

메소드 설명
CreateInstance ( Type itemType ) : object

메소드 상세

CreateInstance() 보호된 메소드

protected CreateInstance ( Type itemType ) : object
itemType System.Type
리턴 object

EditValue() 공개 메소드

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

MozItemCollectionEditor() 공개 메소드

public MozItemCollectionEditor ( Type type ) : System
type System.Type
리턴 System