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

deInheritMenus

deInheritMenus( 
t_viewType 
) 
=> t / nil

Description

Causes t_viewType to inherit the menus defined by its parent class.

When this application is installed, the menu trigger of its parent (which can itself inherit menus) is called, after which the menu trigger associated with t_viewType is called and the results of the latter call are appended to that of the former to construct the banner menu list. If there is no parent type, or the inheritance cannot be done, nil is returned.

Inheriting menus implies that both application menus and user application menus are inherited.

Arguments

t_viewType

View subtype for which the inheritance of menus is desired.

Value Returned

t

The menus could be inherited.

nil

The menus could not be inherited.

Examples

Sets view type "graphic" to inherit the menus of its parent and returns t.

deInheritMenus( "graphic" )

Return to top
 ⠀
X