Click or drag to resize

KryptonRibbonGroupTrackBarSetRange Method

Sets the minimum and maximum values for a TrackBar.

Namespace: Internal.ComponentFactory.Krypton.Ribbon
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public 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