Show / Hide Table of Contents

Method Redo

| Improve this Doc View Source

Redo()

Undoes the most recent undo command. In other words, redoes the most recent undo unit on the undo stack.

Declaration
public bool Redo()
Returns
Type Description
System.Boolean

true if the redo operation was successful; otherwise, false. This method returns false if the undo stack is empty.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest