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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
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