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

Inheritance: System.Drawing.Design.UITypeEditor
Afficher le fichier Open project: nano-byte/common

Méthodes publiques

Méthode Description
EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object
GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle

Méthodes protégées

Méthode Description
EditValue ( float value, FloatRangeAttribute range, IWindowsFormsEditorService editorService ) : float

Displays the UI to edit the float value.

EditValue ( float value, IWindowsFormsEditorService editorService ) : float

Displays the UI to edit the float value.

Method Details

EditValue() protected abstract méthode

Displays the UI to edit the float value.
protected abstract EditValue ( float value, FloatRangeAttribute range, IWindowsFormsEditorService editorService ) : float
value float The current value.
range FloatRangeAttribute The range of valid values the user can select.
editorService IWindowsFormsEditorService The editor service used to display the dropdown control.
Résultat float

EditValue() protected abstract méthode

Displays the UI to edit the float value.
protected abstract EditValue ( float value, IWindowsFormsEditorService editorService ) : float
value float The current value.
editorService IWindowsFormsEditorService The editor service used to display the dropdown control.
Résultat float

EditValue() public méthode

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

GetEditStyle() public méthode

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