Accessors for class IlvSlider

Properties

Description

The IlvSlider class displays a rectangle containing a slider box that indicates a value.
The slider box can be moved by dragging it along the slider area, thereby changing the current slider's value.

TypeNameDescriptionNotes
IntmaxValueSets or gets the maximum value of the slider.
IntminValueSets or gets the minimum value of the slider.
DirectionorientationSets or gets the slider orientation. Valid values are IlvTop (vertical and minimum value on top) , IlvBottom (vertical and minimum value on bottom), IlvLeft (horizontal and minimum value on left), IlvRight (horizontal and minimum value on right). IlvVertical is equivalent to IlvTop and IlvHorizontal to IlvLeft.
IntpageIncrementSets or gets the page increment (that is, the increment when pressing the PageUp key or when clicking outside the slider).
UIntsliderSizeSets or gets the slider size.
IntvalueSets or gets the current slider's value.