C# Класс NanoByte.Common.Values.Design.AngleEditor

Наследование: FloatEditor
Показать файл Открыть проект

Открытые методы

Метод Описание
GetPaintValueSupported ( ITypeDescriptorContext context ) : bool
PaintValue ( System.Drawing.Design.PaintValueEventArgs e ) : void

Защищенные методы

Метод Описание
EditValue ( float value, FloatRangeAttribute range, IWindowsFormsEditorService editorService ) : float
EditValue ( float value, IWindowsFormsEditorService editorService ) : float

Описание методов

EditValue() защищенный Метод

protected EditValue ( float value, FloatRangeAttribute range, IWindowsFormsEditorService editorService ) : float
value float
range FloatRangeAttribute
editorService IWindowsFormsEditorService
Результат float

EditValue() защищенный Метод

protected EditValue ( float value, IWindowsFormsEditorService editorService ) : float
value float
editorService IWindowsFormsEditorService
Результат float

GetPaintValueSupported() публичный Метод

public GetPaintValueSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
Результат bool

PaintValue() публичный Метод

public PaintValue ( System.Drawing.Design.PaintValueEventArgs e ) : void
e System.Drawing.Design.PaintValueEventArgs
Результат void