Tick_Orientation - dbTrackBar
Specifies where the ticks should be placed in relation to the slider
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Tick_Orientation
| Access Type | Syntax |
|---|---|
| Read Access: | Get Tick_Orientation to IntegerVariable |
| Write Access: | Set Tick_Orientation to IntegerVariable/Value |
Description
The Tick_Orientation property specifies where the ticks should be placed in relation to the slider. tkTOP, for example, means on top of the control (assuming the control had an Orientation_Mode of slHorz). tkBoth means on top and on bottom (or on left and right if vertical). The slider box points in the direction of the ticks, unless they are on both sides of the control.
Default is tkTop.