Class jRangeControl
- Namespace
- ComfileTech.jControlsNF4
- Assembly
- ComfileTech.jControlsNF4.dll
A base class for controls that define a value within a minimum and maximum range.
public abstract class jRangeControl : jControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IjControl, ISupportInitialize
- Inheritance
-
jRangeControl
- Implements
- Derived
- Inherited Members
Properties
- Maximum
The upper bound of the value.
- Minimum
The lower bound of the value.
- Value
The current value for the control specified between the Minimum and Maximum properties.
Methods
- OnValueChanged(EventArgs)
Fires the ValueChanged event.
Events
- ValueChanged
Occurs when the Value property has been changed in some way.