ITrackBar.SetTick

Syntax

SetTick(Value: Integer);

Parameters

Value. Numeric value that determines place of tick setting. The value is specified in the range [Min, Max].

Description

The SetTick method sets tick in the specified position.

Comments

The SetTick method is used if the TickStyle property is equal to Manual. Set the Frequency property to 1. In this case the start and end ticks are set automatically, the other ticks are set by the SetTick method. Tick position is calculated proportionally to the Value value and values of the Min and Max properties.

See also:

ITrackBar