deCustomizeToolbars
deCustomizeToolbars( [ ?appt_appName] [ ?toolbart_toolbar] [ ?toolbarItemt_toolbarItem])=>t / nil
Description
Invokes the Toolbar Manager graphical user interface for customizing toolbars in the Virtuoso environment.
Arguments
|
The application ID that must be selected in Toolbar Manager. |
|
Value Returned
Example
The following command opens Toolbar Manager with Layout as the selected application, Edit as the selected toolbar, and Edit Properties as the selected item.
deCustomizeToolbars(?app "Layout" ?toolbar "leEditToolbar" ?toolbarItem "leEditToolbarProps")
Return to top