NSCell.MenuForEvent(NSEvent, CGRect, NSView) 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("menuForEvent:inRect:ofView:")]
public virtual AppKit.NSMenu MenuForEvent (AppKit.NSEvent theEvent, CoreGraphics.CGRect cellFrame, AppKit.NSView view);
abstract member MenuForEvent : AppKit.NSEvent * CoreGraphics.CGRect * AppKit.NSView -> AppKit.NSMenu
override this.MenuForEvent : AppKit.NSEvent * CoreGraphics.CGRect * AppKit.NSView -> AppKit.NSMenu
Parameters
- theEvent
- NSEvent
- cellFrame
- CGRect
- view
- NSView
Returns
- Attributes