Share via


NSPopUpButtonCell.IndexOfItemWithTargetandAction(NSObject, Selector) Method

Definition

[Foundation.Export("indexOfItemWithTarget:andAction:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr IndexOfItemWithTargetandAction(Foundation.NSObject target, ObjCRuntime.Selector actionSelector);
[<Foundation.Export("indexOfItemWithTarget:andAction:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IndexOfItemWithTargetandAction : Foundation.NSObject * ObjCRuntime.Selector -> nativeint
override this.IndexOfItemWithTargetandAction : Foundation.NSObject * ObjCRuntime.Selector -> nativeint

Parameters

target
NSObject
actionSelector
Selector

Returns

IntPtr

nativeint

Attributes

Applies to