TTickStyle indicates how a track bar determines the increments at which tick marks appear.
TTickStyle = ( tsNone, tsAuto, tsManual );
enum TTickStyle { tsNone, tsAuto, tsManual };
ComCtrls
TTickStyle 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) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|