DEFINE PAGERBOX Create a PagerBox control
|
Creates a Pagerbox control. The pagerbox control allows the user to scroll to the
area of the window that is not currently in view.
SYNTAX
DEFINE PAGERBOX <ControlName> [ OF <ParentWindowName>
]
[ CAPTION <cCaption> ]
[ TOOLTIP <cToolTipText> ]
[ VERTICAL ]
[ WIDTH <nWidth> ]
[ HEIGHT <nHeight> ]
[ SCROLLSIZE <nScroll> ]
[ AUTOSCROLL ]
[ BACKCOLOR <anBackColor> ]
[ ON INIT <bInit> ]
DEFINE TOOLBAR ...
BUTTON ...
...
END TOOLBAR
END PAGERBOX
nWidth, nHeight
|
The desired size of the PagerBox Control in pixels.
|
ControlName
|
A reference to the PagerBox Control
|
ParentWindowName
|
A reference to the Parent Window.
|
cCaption
|
Specifies the caption of the PagerBox
|
cToolTipText
|
Specifies the Text for the ToolTip
|
nScroll
|
?
|
anBackColor
|
Specifies the Background Color
|
|
|
VERTICAL
|
Specifies to create PagerBox in a Vertical setting
|
AUTOSCROLL
|
Specifies to automaticly scroll when
|
PAGERBOX PROPERTIES:
Set the name as character identifier of the parent window.
| |
A text expressions for the PagerBox
| |
Specifies the width of the PagerBox
| |
Specifies the height of the PagerBox
| |
Specifies the scroll delta of the PagerBox
| |
Sets the style to create a vertical pager.
| |
The PagerBox
will scroll when the user hovers the mouse over one of
the scroll buttons
| |
Sets the background color for the PagerBox
|
EXAMPLE:
See
demo in :
\Samples\Basic\Containers\PagerBox