SetMin

                                   +-1-+
>>-aSliderControl~SetMin(--min--,--+---+--)--------------------><
                                   +-0-+


The SetMin method sets the minimum logical position for a slider and redraws the slider, if required.

Arguments:

The arguments are:

min

The minimum position of the slider.

redraw

The redraw flag. If you specify 1 or omit this argument, the slider is redrawn after the minimum position is set. If you specify 0, the slider is not redrawn.

Return value:

0

The minimum position was set.

-1

You omitted min.