Skip to content

TTMSFNCRangeSlider

TTMSFNCUIPack138

The TTMSFNCRangeSlider is a component that shares the same core functionality with TTMSFNCTrackBar. Instead of a single thumb, it has 2 thumbs so a range can be selected instead of a single value

Properties

Property name Description
Appearance Property for various appearance settings.
Interaction Property for various interaction settings: Frequency, RepeatClick and RepeatInterval.
Max Property for various interaction settings: Frequency, RepeatClick and RepeatInterval.
Min Minimum value of the TTMSFNCRangeSlider.
ValueLeft The current left value/position of the TTMSFNCRangeSlider.
ValueRight The current right value/position of the TTMSFNCRangeSlider.

Events

Property name Description
OnAfterDrawThumb Event called after drawing the thumb.
OnAfterDrawTickLabel Event called after drawing the tick labels.
OnafterDrawTickMarks Event called after drawing the tick marks.
OnAfterDrawTrackLabel Event called after drawing the track label.
OnAfterDrawTrackLine Event called after drawing the track line.
OnBeforeDrawThumb Event called before drawing the thumb.
OnBeforeDrawTickLabel Event called before drawing the tick labels.
OnBeforeDrawTickMarks Event called before drawing the tick marks.
OnBeforeDrawTrackLabel Event called before drawing the track label.
OnBeforeDrawTrackLine Event called before drawing the track line.
OnValueChanged Event called after one of the values has changed.