highlightObjRMB
layoutXL highlightObjRMB boolean { t | nil }
Description
Displays the right-mouse button (RMB) menu for the highlighted object when there is no other object already selected in the canvas or the Navigator assistant, and when no layout command, such as Copy or Move, is active.
Note:- The RMB for the highlighted object displays just by hovering the mouse over the object, and does not need the object to be pre-selected.
- The environment variable is supported in all Virtuoso Layout Suite tiers.
GUI Equivalent
Examples
envGetVal("layoutXL" "highlightObjRMB")
envSetVal("layoutXL" "highlightObjRMB" 'boolean t)
envSetVal("layoutXL" "highlightObjRMB" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top