pteMultiSelectionMode
layout pteMultiSelectionMode boolean { t | nil }
Description
Toggles between the single-selection and multi-selection mode.
The default is nil, which means that single-section mode is turned on. When set to t, multi-selection mode is turned on.
GUI Equivalent
Examples
envGetVal("layout" "pteMultiSelectionMode")
envSetVal("layout" "pteMultiSelectionMode" 'boolean t)
Related Topics
Return to top