NSPopUpButtonCell.Item[] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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