KryptonRibbonGroupTrackBarSetRange Method |
Sets the minimum and maximum values for a TrackBar.
Namespace: Internal.ComponentFactory.Krypton.RibbonAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void SetRange(
int minValue,
int maxValue
)
Parameters
- minValue Int32
- The lower limit of the range of the track bar.
- maxValue Int32
- The upper limit of the range of the track bar.
See Also