NSUndoManager.RemoveAllActions Method

Definition

Overloads

RemoveAllActions()

[Foundation.Export("removeAllActions")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveAllActions();
[<Foundation.Export("removeAllActions")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveAllActions : unit -> unit
override this.RemoveAllActions : unit -> unit
Attributes

Applies to

RemoveAllActions(NSObject)

[Foundation.Export("removeAllActionsWithTarget:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveAllActions(Foundation.NSObject target);
[<Foundation.Export("removeAllActionsWithTarget:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveAllActions : Foundation.NSObject -> unit
override this.RemoveAllActions : Foundation.NSObject -> unit

Parameters

target
NSObject
Attributes

Applies to