ITrackBar.SetTick

Syntax

SetTick(Value: Integer);

Parameters

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

Description

The SetTick method sets a tick mark in the specified position.

Comments

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

See also:

ITrackBar