Share via


NSComboBoxCell.GetItem(IntPtr) Method

Definition

[Foundation.Export("itemObjectValueAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSComboBox GetItem(IntPtr index);
[<Foundation.Export("itemObjectValueAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetItem : nativeint -> AppKit.NSComboBox
override this.GetItem : nativeint -> AppKit.NSComboBox

Parameters

index
IntPtr

nativeint

Returns

Attributes

Applies to