C# Class Rsdn.Janus.EditorWrapper

обертка редактора.
Inheritance: System.Drawing.Design.UITypeEditor
ファイルを表示 Open project: rsdn/janus

Public Methods

Method 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

Method Description
CreateContext ( ITypeDescriptorContext parentContext ) : ITypeDescriptorContext

Method Details

EditValue() public method

public EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object
context ITypeDescriptorContext
provider IServiceProvider
value object
return object

EditorWrapper() public method

public EditorWrapper ( System.Drawing.Design.UITypeEditor parentEditor ) : System
parentEditor System.Drawing.Design.UITypeEditor
return System

GetEditStyle() public method

public GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle
context ITypeDescriptorContext
return UITypeEditorEditStyle

GetPaintValueSupported() public method

public GetPaintValueSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
return bool

PaintValue() public method

public PaintValue ( System.Drawing.Design.PaintValueEventArgs e ) : void
e System.Drawing.Design.PaintValueEventArgs
return void