C# 클래스 PropertyGrid.EditorManager

파일 보기 프로젝트 열기: modesto/monoreports 1 사용 예제들

공개 메소드들

메소드 설명
GetCollectionItemType ( Type colType ) : Type
GetEditor ( PropertyDescriptor pd ) : PropertyEditorCell
GetEditorType ( PropertyDescriptor pd ) : Type
LoadEditor ( Assembly editorAssembly ) : void

비공개 메소드들

메소드 설명
AddEditor ( Type editType, Type editorType ) : void
EditorManager ( ) : System

메소드 상세

GetCollectionItemType() 공개 정적인 메소드

public static GetCollectionItemType ( Type colType ) : Type
colType System.Type
리턴 System.Type

GetEditor() 공개 메소드

public GetEditor ( PropertyDescriptor pd ) : PropertyEditorCell
pd System.ComponentModel.PropertyDescriptor
리턴 PropertyEditorCell

GetEditorType() 공개 메소드

public GetEditorType ( PropertyDescriptor pd ) : Type
pd System.ComponentModel.PropertyDescriptor
리턴 System.Type

LoadEditor() 공개 메소드

public LoadEditor ( Assembly editorAssembly ) : void
editorAssembly System.Reflection.Assembly
리턴 void