hideMarkersWhenBrowserHidden
ab hideMarkersWhenBrowserHidden boolean { t | nil }
Description
Hides any highlighted markers in the canvas when you close the Annotation Browser assistant.
The default is nil, which means the markers remain highlighted in the canvas when you close the browser.
GUI Equivalent
|
Remove highlighting when browser is closed |
Examples
envGetVal("ab" "hideMarkersWhenBrowserHidden")
envSetVal("ab" "hideMarkersWhenBrowserHidden" 'boolean t)
envSetVal("ab" "hideMarkersWhenBrowserHidden" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top