KryptonTrackBarSetRange Method |
Sets the minimum and maximum values for a TrackBar.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public void SetRange(
int minValue,
int maxValue
)
Parameters
- minValue
- Type: SystemInt32
The lower limit of the range of the track bar. - maxValue
- Type: SystemInt32
The upper limit of the range of the track bar.
See Also