highlightedIsSelectable
ab highlightedIsSelectable boolean { t | nil }
Description
Specifies that markers that are highlighted in the canvas can be selected even if marker selection has been switched off.
GUI Equivalent
Examples
envGetVal("ab" "highlightedIsSelectable")
envSetVal("ab" "highlightedIsSelectable" 'boolean t)
envSetVal("ab" "highlightedIsSelectable" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top