Share via


NSTokenFieldCellDelegate.HasMenu(NSTokenFieldCell, NSObject) Method

Definition

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

Parameters

tokenFieldCell
NSTokenFieldCell
representedObject
NSObject

Returns

Implements

Attributes

Applies to