ITrackBar.TickStyle

Syntax

TickStyle: TrackBarTickStyle;

Description

The TickStyle property determines a style of making tick marks.

Comments

If the TickStyle property is set to Auto, position is calculated automatically depending on values of the Min, Max and Frequence properties.

If the value is Manual, tick marks are set in the application code by the SetTick method. The Frequence property must be set to 1.

See also:

ITrackBar