Enumerated type with values that represent the orientation for a track bar.
Source position: comctrls.pp line 2729
type TTrackBarOrientation = ( |
||
trHorizontal, |
|
Represents the horizontal orientation. |
trVertical |
|
Represents the vertical orientation. |
); |
| Version 4.6 | Generated 2026-02-20 | Home |