geToggleWindowSelProtectionSelectability
geToggleWindowSelProtectionSelectability(
[ w_window ]
)
=> t
Description
Toggles the selectability state of protected objects in the specified window.
Arguments
|
The window in which the selectability of protected objects is to be toggled. If no window Id is specified, the selectability of the protected objects in the current window is toggled. |
Value Returned
Examples
Enables you to select the protected objects in the edit cellview if they are unselectable or makes the protected objects unselectable if they were selectable earlier.
geToggleWindowSelProtectionSelectability()
Related Topics
Return to top