C# Class FlatRedBall.Glue.Controls.PropertyGridControls.StateValueEditor

Inheritance: System.Drawing.Design.UITypeEditor
ファイルを表示 Open project: vchelaru/FlatRedBall

Public Methods

Method Description
EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object
GetPaintValueSupported ( ITypeDescriptorContext context ) : bool
PaintValue ( System.Drawing.Design.PaintValueEventArgs e ) : void
StateValueEditor ( ) : System

Method Details

EditValue() public method

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

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

StateValueEditor() public method

public StateValueEditor ( ) : System
return System