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


DESCRIPTION:
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:

·   Parent(D)
Set the name as character identifier of the parent window.
·   Caption(D)
A text expressions for the PagerBox
·   Width(D)
Specifies the width of the PagerBox
·   Height(D)
Specifies the height of the PagerBox
·   ScrollSize(D)
Specifies the scroll delta of the PagerBox
·   Vertical(D)
Sets the style to create a vertical pager.
·   AutoScroll(D)
The PagerBox will scroll when the user hovers the mouse over one of the scroll buttons
·   BackColor(D)
Sets the background color for the PagerBox


EXAMPLE:

      See demo in :
                
\Samples\Basic\Containers\PagerBox