TPageScrollerOrientation indicates the orientation of a page scroller control.
TPageScrollerOrientation = ( soHorizontal, soVertical );
enum TPageScrollerOrientation { soHorizontal, soVertical };
ComCtrls
TPageScrollerOrientation has one of the following values:
Value |
Meaning |
soHorizontal |
The page scroller is oriented horizontally. |
soVertical |
The page scroller is oriented vertically. |
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|