lmgrRemoveToolBarItems
lmgrRemoveToolBarItems(t_toolbarName l_menuItems) =>t / nil
Description
Removes the specified items from the given toolbar that were previously added using lmgrAddToolBarItems.
Arguments
Value Returned
|
Invalid toolbar name or a listed item is not a character string. |
Examples
Removes viewToolbar and viewSeparator3 menu items from toolBar.
lmgrRemoveToolBarItems( "toolBar" '( "viewToolbar" "viewSeparator3" ))
Related Topics
Return to top