PdfView.HasKeyEquivalentForEvent(NSMenu, NSEvent, NSObject, Selector) 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.
[Foundation.Export("menuHasKeyEquivalent:forEvent:target:action:")]
public virtual bool HasKeyEquivalentForEvent (AppKit.NSMenu menu, AppKit.NSEvent theEvent, Foundation.NSObject target, ObjCRuntime.Selector action);
abstract member HasKeyEquivalentForEvent : AppKit.NSMenu * AppKit.NSEvent * Foundation.NSObject * ObjCRuntime.Selector -> bool
override this.HasKeyEquivalentForEvent : AppKit.NSMenu * AppKit.NSEvent * Foundation.NSObject * ObjCRuntime.Selector -> bool
Parameters
- menu
- NSMenu
- theEvent
- NSEvent
- target
- NSObject
- action
- Selector
Returns
- Attributes