pteCompactMPT
layout pteCompactMPT boolean { t | nil }
Description
Controls the setting of the Compact MPT mode check box available in the Palette Options form.
The default is nil. When set to t, MPT Support opens in compact mode in a new layout window.
GUI Equivalent
Examples
envGetVal("layout" "pteCompactMPT")
envSetVal("layout" "pteCompactMPT" 'boolean t)
Related Topics
Return to top