Frame.CanUndo Property (Outlook Forms Script)

Returns a Boolean that specifies whether the last user action can be undone. Read-only.

Syntax

expression.CanUndo

expression A variable that represents a Frame object.

Remarks

True if the most recent user action can be undone, False if the most recent user action cannot be undone.

CanUndo is read-only.

Many user actions can be undone with the Undo command. The CanUndo property indicates whether the most recent action can be undone.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.