NSUndoManager.Redo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs the last operations in the last group on the redo stack, if any, recording them on the undo stack as a single group.
[Foundation.Export("redo")]
public virtual void Redo ();
abstract member Redo : unit -> unit
override this.Redo : unit -> unit
- Attributes