[]
Represents an element that has a value within a specific range.
public interface IRangeBase : ICellLinkControl<int>, ICellLinkControl, IControl
Gets or sets the highest possible value of the range element.
int Max { get; set; }
[0,30000]
Gets or sets the minimum possible value of the range element.
int Min { get; set; }
[0,30000]
Gets or sets a value to be added to or subtracted from the value of a RangeBase control.
int SmallChange { get; set; }
[0,30000]