Share via


NSComboBoxDataSource.ObjectValueForItem(NSComboBox, IntPtr) Method

Definition

[Foundation.Export("comboBox:objectValueForItemAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject ObjectValueForItem(AppKit.NSComboBox comboBox, IntPtr index);
[<Foundation.Export("comboBox:objectValueForItemAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ObjectValueForItem : AppKit.NSComboBox * nativeint -> Foundation.NSObject
override this.ObjectValueForItem : AppKit.NSComboBox * nativeint -> Foundation.NSObject

Parameters

comboBox
NSComboBox
index
IntPtr

nativeint

Returns

Implements

Attributes

Applies to