IExpressionEditorInstance.CanRedo Método
Definição
Retorna um valor que indica se o sistema pode refazer a operação.Returns a value that indicates whether the system can redo the operation.
public:
bool CanRedo();
public bool CanRedo ();
abstract member CanRedo : unit -> bool
Public Function CanRedo () As Boolean
Retornos
true se o sistema puder refazer a operação; caso contrário, false.true if the system can redo the operation; otherwise, false.