TickStyle controls how the ticks appear in a track bar
Member of Trackbar (PRIM_TKBR)
Data Type - Enumeration
TickStyle controls how the ticks appear in a track bar.
Enum Value | Description |
---|---|
Auto | As specified by the MinimumValue, MaximumValue and TickFrequency properties. |
Manual | Not supported. Same as Auto |
None | No tick marks are shown |
Febuary 18 V14SP2