Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

deCustomizeToolbars

deCustomizeToolbars( 
[ ?app t_appName ]
[ ?toolbar t_toolbar ]
[ ?toolbarItem t_toolbarItem ]
)
=> t / nil

Description

Invokes the Toolbar Manager graphical user interface for customizing toolbars in the Virtuoso environment.

Arguments

?app t_appName

  

The application ID that must be selected in Toolbar Manager.

?toolbar t_toolbar

  

The toolbar name that must be selected in Toolbar Manager.

?toolbarItem t_toolbarItem

  

The toolbar item that must be selected in Toolbar Manager.

Value Returned

t

Toolbar Manager is launched.

nil

Toolbar Manager is not launched.

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
 ⠀
X