deUnInheritEnabling
deUnInheritEnabling(
t_viewType
)
=> t / nil
Description
Removes the inheritance of enabling for t_viewType.
Arguments
|
View subtype for which the inheritance of enabling is to be removed. |
Value Returned
Example
deUnInheritEnabling( "graphic" )
Removes dependence of view type "graphic" enabling on its parent and returns t.
Return to top