pteSetShowLockedColors
pteSetShowLockedColors(
{ t | nil }
[ w_windowId ]
)
=> t / nil
Description
Displays or hides the colors locked on shapes.
Arguments
|
Displays the colors locked on shapes. This is the default value. |
|
|
ID of the window in which you want to display or hide locked colors. |
Value Returned
Examples
pteSetShowLockedColors(t)
pteSetShowLockedColors(nil window(2))
Return to top