SetSelStart

                                        +-1------+
>>-aSliderControl~SetSelStart(--min--,--+--------+--)----------><
                                        +-redraw-+


The SetSelStart method sets the starting logical position for the current selection range in a slider. It is ignored if the slider does not have a selection range.

Arguments:

The arguments are:

min

The logical starting position of the selection range.

redraw

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

Return value:

-1

You omitted min.

0

In all other cases.