MonobjcMonobjc Documented Class Library
NumberOfItemsInComboBox Method (aComboBox)
NamespacesMonobjc.AppKitINSComboBoxDataSourceNumberOfItemsInComboBox(NSComboBox)

Returns the number of items that the data source manages for the combo box.

Original signature is '- (NSInteger)numberOfItemsInComboBox:(NSComboBox *)aComboBox'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
NSInteger NumberOfItemsInComboBox(
	NSComboBox aComboBox
)
Function NumberOfItemsInComboBox ( _
	aComboBox As NSComboBox _
) As NSInteger
NSInteger NumberOfItemsInComboBox(
	NSComboBox^ aComboBox
)
Parameters
aComboBox (NSComboBox)
The combo box.
Return Value
The number of items that the data source object manages for the specified combo box.
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)