MonobjcMonobjc Documented Class Library
SelectItemAtIndex Method (index)
NamespacesMonobjc.AppKitNSComboBoxCellSelectItemAtIndex(NSInteger)

Selects the pop-up list row at the given index.

Original signature is '- (void)selectItemAtIndex:(NSInteger)index'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SelectItemAtIndex(
	NSInteger index
)
Public Overridable Sub SelectItemAtIndex ( _
	index As NSInteger _
)
public:
virtual void SelectItemAtIndex(
	NSInteger index
)
Parameters
index (NSInteger)
The index of the row to select.
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)