Share via


NSPopUpButtonCell.IndexOfItemWithTitle(String) Method

Definition

[Foundation.Export("indexOfItemWithTitle:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr IndexOfItemWithTitle(string title);
[<Foundation.Export("indexOfItemWithTitle:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IndexOfItemWithTitle : string -> nativeint
override this.IndexOfItemWithTitle : string -> nativeint

Parameters

title
String

Returns

IntPtr

nativeint

Attributes

Applies to