ToolBar
(System Library)
Description: | Draws and maintains a toolbar and its buttons. |
Returns: | Object Value |
Usage: | Steady State only. |
Function Groups: | Graphics |
Related to: | Bevel | CheckBox | ColorSelect | DropList | DropTree | Edit | GridList | HScrollbar | Listbox | RadioButtons | SpinBox | SplitList | TextBox | VScrollbar |
Format: | System.Toolbar(Left, Top, Right, Data [, ParOffset, ParHasBevel]) |
Parameters: |
Left |
Required. The coordinate of the left edge of the toolbar. |
Top |
Required. The coordinate of the top of the toolbar. |
Right |
Required. The coordinate of the right edge of the toolbar. |
Data |
Required. A 2-dimensional array of button information. |
ParOffset |
An optional parameter that is the data index at which to start. The default for ParOffset is 0. |
ParHasBevel |
An optional parameter that can be set to FALSE (0) to draw a bevel around the toolbar, or TRUE (1) to inhibit bevel drawing. The default for ParHasBevel is 1. |
Comments: | Toolbar returns its object value when ready. |