The Slider widget provides a vertical or horizontal slider.
The slider is the classic widget for controlling a bounded value. It lets the user move a slider along a horizontal or vertical groove and translates the slider's position into an integer value within the legal range.
-- LaurentCarlier - 07 Jul 2004
This class is creatable.
DIM hSlider AS Slider hSlider = NEW Slider ( Parent AS Container ) |
Not documented.