Share via


NSComboBox.IndexOf(NSObject) Method

Definition

[Foundation.Export("indexOfItemWithObjectValue:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr IndexOf(Foundation.NSObject object1);
[<Foundation.Export("indexOfItemWithObjectValue:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IndexOf : Foundation.NSObject -> nativeint
override this.IndexOf : Foundation.NSObject -> nativeint

Parameters

object1
NSObject

Returns

IntPtr

nativeint

Attributes

Applies to