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

deUnInheritEnabling

deUnInheritEnabling( 
t_viewType 
) 
=> t / nil

Description

Removes the inheritance of enabling for t_viewType.

Arguments

t_viewType

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

Value Returned

t

The enabling inheritance was removed.

nil

The enabling inheritance was not removed.

Example

deUnInheritEnabling( "graphic" )

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


Return to top
 ⠀
X