Sets or returns a Boolean value determining whether the insertion point is placed at the beginning or end of a selection following an Escape keystroke while there is a selection.
Syntax
Property Get GoToAnchorAfterEscape () As Boolean
Property Let GoToAnchorAfterEscape (Boolean)
This syntax has these parts:
Part | Description |
Boolean | Boolean value determining insertion point placement. True means it is placed at the point where the action that created the selection was begun. False means it is placed at the other end. |