SelLength Property

Specifies the length of the highlighted selection range in a TrackBar control.

object.SelLength = [integer]

Where object is an object expression that evaluates to one of the controls in the Applies To list, and integer is the length 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

SelStart property | SelectRange property

Applies To

TrackBar control


© 2004-2021 looksoftware. All rights reserved.