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

deUnInheritMenus

deUnInheritMenus( 
t_viewType 
) 
=> t / nil

Description

Removes the inheritance of menus for t_viewType.

Arguments

t_viewType

View subtype for which the inheritance of menus is to be removed.

Value Returned

t

The menu inheritance was removed.

nil

the menu inheritance was not removed.

Examples

Removes dependence of view type "graphic" menus on its parent and returns t.

deUnInheritMenus( "graphic" )

Return to top
 ⠀
X