Share via


INSComboBoxCellDataSource.ItemCount(NSComboBoxCell) Method

Definition

[Foundation.Export("numberOfItemsInComboBoxCell:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr ItemCount(AppKit.NSComboBoxCell comboBox);
[<Foundation.Export("numberOfItemsInComboBoxCell:")>]
[<Foundation.OptionalMember>]
[<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

Attributes

Applies to