IExpressionEditorInstance.Undo Method

Definition

Undoes the last operation in the editor.

public:
 bool Undo();
public bool Undo ();
abstract member Undo : unit -> bool
Public Function Undo () As Boolean

Returns

true if the undo is successful; otherwise, false.

Applies to