TPageScrollerButton identifies a button on a page scroller.
TPageScrollerButton = ( sbFirst, sbLast );
enum TPageScrollerButton { sbFirst, sbLast };
ComCtrls
TPageScrollerButton has one of the following values:
Value |
Meaning |
sbFirst |
The top button (vertical orientation) or the left button (horizontal orientation). |
sbLast |
The bottom button (vertical orientation) or the right button (horizontal orientation). |
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|