C# Class PropertyGrid.EditorManager

Afficher le fichier Open project: modesto/monoreports Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
AddEditor ( Type editType, Type editorType ) : void
EditorManager ( ) : System

Method Details

GetCollectionItemType() public static méthode

public static GetCollectionItemType ( Type colType ) : Type
colType System.Type
Résultat System.Type

GetEditor() public méthode

public GetEditor ( PropertyDescriptor pd ) : PropertyEditorCell
pd System.ComponentModel.PropertyDescriptor
Résultat PropertyEditorCell

GetEditorType() public méthode

public GetEditorType ( PropertyDescriptor pd ) : Type
pd System.ComponentModel.PropertyDescriptor
Résultat System.Type

LoadEditor() public méthode

public LoadEditor ( Assembly editorAssembly ) : void
editorAssembly System.Reflection.Assembly
Résultat void