[]
Represents an element that has a value within a specific range.
public interface IRangeBase : ICellLinkControl<int>, ICellLinkControl, IControl
Public Interface IRangeBase
Inherits ICellLinkControl(Of Integer), ICellLinkControl, IControl
Name | Description |
---|---|
Max | Gets or sets the highest possible value of the range element. |
Min | Gets or sets the minimum possible value of the range element. |
SmallChange | Gets or sets a value to be added to or subtracted from the value of a RangeBase control. |