DEFINE TOOLBAR
|
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 <name> [ OF <parent>
]
[ CAPTION <cCaption> ]
[ TOOLTIP <tooltip> ]
[ VERTICAL ]
[ WIDTH <nWidth> ]
[ HEIGHT <nHeight> ]
[ SCROLLSIZE <nScroll> ]
[ AUTOSCROLL ]
[ BACKCOLOR <backcolor> ]
DEFINE TOOLBAR ...
BUTTON ...
...
END TOOLBAR
END PAGERBOX
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
|