Share via


NSApplicationDelegate.HandlesKey(NSApplication, String) Method

Definition

[Foundation.Export("application:delegateHandlesKey:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool HandlesKey(AppKit.NSApplication sender, string key);
[<Foundation.Export("application:delegateHandlesKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member HandlesKey : AppKit.NSApplication * string -> bool
override this.HandlesKey : AppKit.NSApplication * string -> bool

Parameters

sender
NSApplication
key
String

Returns

Implements

Attributes

Applies to