pteTogglePropagateAllVisible
pteTogglePropagateAllVisible(t_panelName[w_windowId] ) => t / nil
Description
Toggles the visibility status of all parent and child items in the specified panel.
Arguments
Value Returned
|
The visibility status of parent and child items in the specified panel was toggled. |
|
Examples
pteTogglePropagateAllVisibile("Grids")
pteTogglePropagateAllVisibile("Objects" window(2))
Return to top