IExpressionEditorInstance.Undo Método
Definição
Desfaz a última operação no editor.Undoes the last operation in the editor.
public:
bool Undo();
public bool Undo ();
abstract member Undo : unit -> bool
Public Function Undo () As Boolean
Retornos
true se a fase desfazer for bem-sucedida; caso contrário, false.true if the undo is successful; otherwise, false.