Class Slider
Represents a slider control used to select values from a continuous range.
public class Slider : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
- Inheritance
-
Slider
- Implements
- Inherited Members
Constructors
Properties
- Converter
Gets or sets the type converter used to convert the slider value to a text representation.
- DecimalPlaces
Gets or sets an optional maximum number of decimal places used when formatting the numeric display of the slider.
- Maximum
Gets or sets the upper limit of values in the slider.
- Minimum
Gets or sets the lower limit of values in the slider.
- Value
Gets or sets a numeric value which represents the position of the slider.
Methods
- Dispose(bool)
Clean up any resources being used.
- OnSizeChanged(EventArgs)
Raises the SizeChanged event.
Events
- ValueChanged
Occurs when the slider value changes.