SelStart Property

Gets or sets the starting position for the tick mark window selection range. Smartclient-only.

object.SelStart = [integer]

Where object is an object expression that evaluates to one of the controls in the Applies To list, and integer is the starting position of the selection range.

Client support

Newlook Smartclient only.

Use

The selection properties are used to provide the user with a visual selection range within the track bar control itself.

If SelectRange is true, then SelStart determines where the selection range will begin, and SelLength specifies how long the selection range will be.

TIP!

This property can only be set if the SelectRange property is set to True in Designer.

See Also

SelLength property | SelectRange property

Applies To

TrackBar control


© 2004-2021 looksoftware. All rights reserved.