Manually sets a tic mark in a Slider object.

Syntax

<oRef>.setTic(<expN>)

<oRef>

The Slider object whose tic mark to set.

<expN>

The location of the tic mark.

Property of

Slider

Description

To manually set tic marks in a slider, set the slider’s tics property to Manual. Call clearTics( ) to clear any previously set tic marks. Then call setTic( ) with the location of each tic mark.

The <expN> should be between the rangeMin and rangeMax of the Slider control.