clearTics( )
Clears manually-set tic marks in a Slider object.
Syntax
<oRef>.clearTics(<expN>)
<oRef>
The Slider object whose tics to clear.
<expN>
A numeric value, or an expression which evaluates to a numeric value.
Property of
Slider
Description
Call clearTics( ) to clear all tic marks set by setTic( ). <expN> can be any expression which evaluates to a positive, negative or fractional numeric value (fractional values are truncated). If <expN> is zero, no tic marks are cleared. If it is non-zero, all manually set tic marks are cleared.