MonobjcMonobjc Documented Class Library
NumberOfItemsInComboBoxCell Method (aComboBoxCell)
NamespacesMonobjc.AppKitINSComboBoxCellDataSourceNumberOfItemsInComboBoxCell(NSComboBoxCell)

Returns the number of items managed for the combo box cell by your data source object.

Original signature is '- (NSInteger)numberOfItemsInComboBoxCell:(NSComboBoxCell *)aComboBoxCell'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
NSInteger NumberOfItemsInComboBoxCell(
	NSComboBoxCell aComboBoxCell
)
Function NumberOfItemsInComboBoxCell ( _
	aComboBoxCell As NSComboBoxCell _
) As NSInteger
NSInteger NumberOfItemsInComboBoxCell(
	NSComboBoxCell^ aComboBoxCell
)
Parameters
aComboBoxCell (NSComboBoxCell)
The combo box cell for which your data source manages items.
Return Value
The number of items your data source object manages.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)