C# Class Rsdn.Janus.EditorWrapper

обертка редактора.
Inheritance: System.Drawing.Design.UITypeEditor
Afficher le fichier Open project: rsdn/janus

Méthodes publiques

Méthode Description
EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object
EditorWrapper ( System.Drawing.Design.UITypeEditor parentEditor ) : System
GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle
GetPaintValueSupported ( ITypeDescriptorContext context ) : bool
PaintValue ( System.Drawing.Design.PaintValueEventArgs e ) : void

Private Methods

Méthode Description
CreateContext ( ITypeDescriptorContext parentContext ) : ITypeDescriptorContext

Method Details

EditValue() public méthode

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

EditorWrapper() public méthode

public EditorWrapper ( System.Drawing.Design.UITypeEditor parentEditor ) : System
parentEditor System.Drawing.Design.UITypeEditor
Résultat System

GetEditStyle() public méthode

public GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle
context ITypeDescriptorContext
Résultat UITypeEditorEditStyle

GetPaintValueSupported() public méthode

public GetPaintValueSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
Résultat bool

PaintValue() public méthode

public PaintValue ( System.Drawing.Design.PaintValueEventArgs e ) : void
e System.Drawing.Design.PaintValueEventArgs
Résultat void