NSUndoManager.RemoveAllActions 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.
Overloads
RemoveAllActions() |
Clears the undo and redo stacks and re-enables this NSUndoManager. |
RemoveAllActions(NSObject) |
RemoveAllActions()
Clears the undo and redo stacks and re-enables this NSUndoManager.
[Foundation.Export("removeAllActions")]
public virtual void RemoveAllActions ();
abstract member RemoveAllActions : unit -> unit
override this.RemoveAllActions : unit -> unit
- Attributes
Applies to
RemoveAllActions(NSObject)
[Foundation.Export("removeAllActionsWithTarget:")]
public virtual void RemoveAllActions (Foundation.NSObject target);
abstract member RemoveAllActions : Foundation.NSObject -> unit
override this.RemoveAllActions : Foundation.NSObject -> unit
Parameters
- target
- NSObject
- Attributes