Share via


NSComboBoxCellDataSource.ItemCount(NSComboBoxCell) Method

Definition

[Foundation.Export("numberOfItemsInComboBoxCell:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr ItemCount(AppKit.NSComboBoxCell comboBox);
[<Foundation.Export("numberOfItemsInComboBoxCell:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ItemCount : AppKit.NSComboBoxCell -> nativeint
override this.ItemCount : AppKit.NSComboBoxCell -> nativeint

Parameters

comboBox
NSComboBoxCell

Returns

IntPtr

nativeint

Implements

Attributes

Applies to