C# Class PropertyGrid.EditorManager

Show file Open project: modesto/monoreports Class Usage Examples

Public Methods

Method Description
GetCollectionItemType ( Type colType ) : Type
GetEditor ( PropertyDescriptor pd ) : PropertyEditorCell
GetEditorType ( PropertyDescriptor pd ) : Type
LoadEditor ( Assembly editorAssembly ) : void

Private Methods

Method Description
AddEditor ( Type editType, Type editorType ) : void
EditorManager ( ) : System

Method Details

GetCollectionItemType() public static method

public static GetCollectionItemType ( Type colType ) : Type
colType System.Type
return System.Type

GetEditor() public method

public GetEditor ( PropertyDescriptor pd ) : PropertyEditorCell
pd System.ComponentModel.PropertyDescriptor
return PropertyEditorCell

GetEditorType() public method

public GetEditorType ( PropertyDescriptor pd ) : Type
pd System.ComponentModel.PropertyDescriptor
return System.Type

LoadEditor() public method

public LoadEditor ( Assembly editorAssembly ) : void
editorAssembly System.Reflection.Assembly
return void