Arbortext Command Language > Functions by Alphabetical Listing > dlgitem_remove_toolbar
  
dlgitem_remove_toolbar
dlgitem_remove_toolbar(window, dlgitem)
Turns off the display of the toolbar specified by dlgitem. If dlgitem does not refer to a toolbar, $ERROR is set and 0 is returned. Otherwise, 1 is returned.
The window parameter is a window identifier. dlgitem is the value of the control's id attribute.