NSPopUpButtonCell.Item[] Property

Definition

Overloads

Item[String]
Item[nint]

Item[String]

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

Parameters

title
String

Property Value

Applies to

Item[nint]

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

Parameters

idx
System.System.IntPtr System.nativeint

Property Value

Applies to