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