Share via


Frame.UndoAction Method

Outlook Forms Script Reference

Reverses the most recent action that supports the Undo command.

Syntax

expression.UndoAction

expression   A variable that represents a Frame object.

Return Value
A Boolean that is True if the method succeeds, False otherwise.

Remarks

Not all user actions can be undone. If an action cannot be undone, the Undo command is unavailable following the action.

You must apply this method before the form or control is updated. You may want to include this method in a form's PropertyChange event.

See Also