Share via


NSViewController.PerformKeyEquivalent(NSEvent) Method

Definition

[Foundation.Export("performKeyEquivalent:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool PerformKeyEquivalent(AppKit.NSEvent theEvent);
[<Foundation.Export("performKeyEquivalent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
override this.PerformKeyEquivalent : AppKit.NSEvent -> bool

Parameters

theEvent
NSEvent

Returns

Attributes

Applies to