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