SLComposeServiceViewController.MenuForEvent 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("textView:menu:forEvent:atIndex:")]
public virtual AppKit.NSMenu MenuForEvent (AppKit.NSTextView view, AppKit.NSMenu menu, AppKit.NSEvent theEvent, nuint charIndex);
abstract member MenuForEvent : AppKit.NSTextView * AppKit.NSMenu * AppKit.NSEvent * nuint -> AppKit.NSMenu
override this.MenuForEvent : AppKit.NSTextView * AppKit.NSMenu * AppKit.NSEvent * nuint -> AppKit.NSMenu
Parameters
- view
- NSTextView
- menu
- NSMenu
- theEvent
- NSEvent
- charIndex
- System.System.UIntPtr System.unativeint
Returns
- Attributes