Syntax
NewToolbar .Name = text [, .Context = number]
Remarks
Creates a new toolbar to which you can add buttons using the AddButton and MoveButton statements.
Argument | Explanation | |
.Name | A name for the new toolbar (spaces are allowed). | |
.Context | The template in which you want to store the toolbar: 0 (zero) or omitted Normal template; the toolbar always appears in the Toolbars dialog box (View menu). 1 Active template; the toolbar only appears in the Toolbars dialog box when the template is active. |
See Also
AddButton, CountToolbars(), MoveButton, ToolbarName$(), ViewToolbars