TrackBarEditRange Constructors
Represents the track bar’s range (edit value).Name | Parameters | Description |
---|---|---|
TrackBarEditRange() | none | Initializes a new instance of the TrackBarEditRange class. |
TrackBarEditRange(Double, Double) | selectionStart, selectionEnd | Initializes a new instance of the TrackBarEditRange class. |
See Also