UndoCaretAction Property

      Applies To

Sets or returns a Boolean value determining whether the Undo command affects all commands, or only changes to text.

Syntax

Property Get UndoCaretAction ()

Property Let UndoCaretAction (boolean)

The syntax has these parts:

Part Description
boolean An optional Boolean value specifying the desired behavior. True means undo all commands including moving the insertion point, creating selections and so on, as well as modifying text. False means only undo commands that modify text.