Share via


NSTokenFieldCellDelegate.GetMenu(NSTokenFieldCell, NSObject) Method

Definition

[Foundation.Export("tokenFieldCell:menuForRepresentedObject:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSMenu GetMenu(AppKit.NSTokenFieldCell tokenFieldCell, Foundation.NSObject representedObject);
[<Foundation.Export("tokenFieldCell:menuForRepresentedObject:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetMenu : AppKit.NSTokenFieldCell * Foundation.NSObject -> AppKit.NSMenu
override this.GetMenu : AppKit.NSTokenFieldCell * Foundation.NSObject -> AppKit.NSMenu

Parameters

tokenFieldCell
NSTokenFieldCell
representedObject
NSObject

Returns

Implements

Attributes

Applies to