autoHighlightAlerts
layout.cle autoHighlightAlerts boolean { t | nil }
Description
Highlights an alert automatically when it is added to the alert pane of the Concurrent Layout assistant. The default is t.
GUI Equivalent
Examples
envGetVal("layout.cle" "autoHighlightAlerts")
envSetVal("layout.cle" "autoHighlightAlerts" 'boolean t)
envSetVal("layout.cle" "autoHighlightAlerts" 'boolean nil)
Related Topics
List of Concurrent Layout Environment Variables
Return to top