drawSurroundingOn
layout drawSurroundingOn boolean { t | nil }
graphic drawSurroundingOn boolean { t | nil }
Description
Determines whether the surrounding design is displayed when you edit in place.
GUI Equivalent
Examples
envGetVal("layout" "drawSurroundingOn")
envSetVal("layout" "drawSurroundingOn" 'boolean nil)
envGetVal("graphic" "drawSurroundingOn")
envSetVal("graphic" "drawSurroundingOn" 'boolean nil)
Related Topics
Return to top