Class SliderEditor
An editor that can be associated with float or double properties to provide a TrackBar interface.
public class SliderEditor : NumericEditor
- Inheritance
-
objectSliderEditor
- Inherited Members
- Extension Methods
Methods
EditValue(double, RangeAttribute, IWindowsFormsEditorService)
Displays the UI to edit the float value.
protected override double EditValue(double value, RangeAttribute range, IWindowsFormsEditorService editorService)
Parameters
valuedoubleThe current value.
rangeRangeAttributeThe range of valid values the user can select.
editorServiceIWindowsFormsEditorServiceThe editor service used to display the dropdown control.
Returns
- double
The value set by the user.
EditValue(double, IWindowsFormsEditorService)
Displays the UI to edit the float value.
protected override double EditValue(double value, IWindowsFormsEditorService editorService)
Parameters
valuedoubleThe current value.
editorServiceIWindowsFormsEditorServiceThe editor service used to display the dropdown control.
Returns
- double
The value set by the user.