Share via


NSTokenFieldDelegate.HasMenu(NSTokenField, NSObject) Method

Definition

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

Parameters

tokenField
NSTokenField
representedObject
NSObject

Returns

Implements

Attributes

Applies to