C# Class NanoByte.Common.Values.Design.AngleEditor

Inheritance: FloatEditor
Datei anzeigen Open project: nano-byte/common

Public Methods

Method Description
GetPaintValueSupported ( ITypeDescriptorContext context ) : bool
PaintValue ( System.Drawing.Design.PaintValueEventArgs e ) : void

Protected Methods

Method Description
EditValue ( float value, FloatRangeAttribute range, IWindowsFormsEditorService editorService ) : float
EditValue ( float value, IWindowsFormsEditorService editorService ) : float

Method Details

EditValue() protected method

protected EditValue ( float value, FloatRangeAttribute range, IWindowsFormsEditorService editorService ) : float
value float
range FloatRangeAttribute
editorService IWindowsFormsEditorService
return float

EditValue() protected method

protected EditValue ( float value, IWindowsFormsEditorService editorService ) : float
value float
editorService IWindowsFormsEditorService
return float

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