Class jSlider
- Namespace
- ComfileTech.jControls
- Assembly
- ComfileTech.jControls.dll
A control mimicking a linear sliding lever.
[Browsable(true)]
[ToolboxBitmap(typeof(jSlider), "Icons.jSlider.bmp")]
public class jSlider : jRangeControl, ISynchronizeInvoke, IWin32Window, IBindableComponent, IDropTarget, IComponent, IDisposable, IjControl, ISupportInitialize
- Inheritance
-
jSlider
- Implements
- Inherited Members
Constructors
- jSlider()
Instantiates a new instance of this class with default values.
Properties
- CornerRadii
The radii for rounding each of the 4 corners of the control.
- DefaultSize
Gets the default size of the control.
- Orientation
The orientation of the control.
- Shape
The general shape of this control.
- TextAlignment
Gets or sets the alignment of text.
- TextAppearance
The appearance of the text.
- Thumb
The appearance of the thumb handle.
- Track
The appearance of the track that the progress bar travels along.
Methods
- OnMouseDown(MouseEventArgs)
Fires the MouseDown event.
- OnMouseMove(MouseEventArgs)
Fires the MouseMove event.