displaySelectionHighlightWhenDimmed
layout displaySelectionHighlightWhenDimmed boolean { t | nil }
graphic displaySelectionHighlightWhenDimmed boolean { t | nil }
Description
Specifies the display of selected objects in their original colors when the design or other objects in the design are set to be dimmed.
GUI Equivalent
Examples
envGetVal("layout" "displaySelectionHighlightWhenDimmed")
envSetVal("layout" "displaySelectionHighlightWhenDimmed" 'boolean nil)
envGetVal("graphic" "displaySelectionHighlightWhenDimmed")
envSetVal("graphic" "displaySelectionHighlightWhenDimmed" 'boolean nil)
Related Topics
Return to top