Enumerated type with values that represent the orientation for a track bar.
Source position: comctrls.pp line 2728
type TTrackBarOrientation = ( |
||
trHorizontal, |
|
Represents the horizontal orientation. |
trVertical |
|
Represents the vertical orientation. |
); |
| Version 4.4 | Generated 2025-11-08 | Home |