pteCloseMPTSupportMode
pteCloseMPTSupportMode(
[ w_windowId ]
)
=> t / nil
Description
Hides the MPT-support-related Palette UI options.
Arguments
|
ID of the window in which you want to hide the MPT options. |
Value Returned
Examples
pteCloseMPTSupportMode()
pteCloseMPTSupportMode(window(2))
Return to top