TTrackBarOrientation indicates whether a trackbar is horizontal or vertical.
TTrackBarOrientation = ( trHorizontal, trVertical );
enum TTrackBarOrientation { trHorizontal, trVertical };
ComCtrls
These are the possible values of TTrackBarOrientation:
Value |
Meaning |
trHorizontal |
The long edge of the track is parallel to the top of the form. The Min position is on the left and the Max position is on the right. |
trVertical |
The long edge of the track is parallel to the side of the form. The Min position is on the top and the Max position is on the bottom. |
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|