Share via


NSPopUpButtonCell.Item[] Property

Definition

Overloads

Name Description
Item[String]
Item[IntPtr]

Item[String]

public AppKit.NSMenuItem this[string title] { get; }
member this.Item(string) : AppKit.NSMenuItem

Parameters

title
String

Property Value

Applies to

Item[IntPtr]

public AppKit.NSMenuItem this[IntPtr idx] { get; }
member this.Item(nativeint) : AppKit.NSMenuItem

Parameters

idx
IntPtr

nativeint

Property Value

Applies to