DeleteToolBar Command

Deletes toolbar definition with given name and context.

DeleteToolBar <context-name> <toolbar-name>

Parameters

context-name

Name of window where toolbar is to reside. Refer to CreateToolBar for details

toolbar-name

User assigned name for toolbar. Refer to CreateToolBar for details

Notes

Changes to the toolbar configuration of a window type (i.e. context), do not take effect until all windows of that type have been closed.

See Also