TickFrequency Property

Gets or sets the interval between ticks. Smartclient-only.

object.TickFrequency = [integer]

Where object is an object expression that evaluates to one of the controls in the Applies To list, and integer is the interval between ticks on the track bar.

Client support

Newlook Smartclient only.

Use

A track bar control has two parts: the thumb, also known as a slider, and the tick marks. The thumb is the part that is adjusted by the user. Its position corresponds to the Value property. The tick marks are visual indicators that are spaced at regular intervals. The track bar moves in increments specified by the TickFrequency property.

For example, if you wanted your TrackBar to offer the units 0 to 6 but only display tick marks for every second unit, you would set the Min property to 0, the Max property to 6 and the TickFrequency property to 2.

This property is not supported in Newlook Server, in this client the TickFrequency will always be 1.

See Also

Min property | Max property | Value property

Applies To

TrackBar control


© 2004-2021 looksoftware. All rights reserved.