RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTrackBar.TickStyle Property

Specifies how tick marks are placed on the track bar.

Pascal
property TickStyle: TTickStyle;
C++
__property TTickStyle TickStyle;

Set TickStyle to specify whether the track bar should display tick marks, and if so, how those tick marks are set. TickStyle has these possible values:

Value 
Meaning 
tsAuto  
Tick marks are automatically displayed at increments equal to the value of the Frequency property.  
tsManual  
Tick marks are displayed at the Min and Max values. Additional tick marks can be set using the SetTick method.  
tsNone  
No tick marks are displayed.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!