MonobjcMonobjc Documented Class Library
InsertEntryAtIndex Method (title, entryIndex)
NamespacesMonobjc.AppKitNSFormInsertEntryAtIndex(NSString, NSInteger)

Inserts an entry with the specified title into the receiver.

Original signature is '- (NSFormCell *)insertEntry:(NSString *)title atIndex:(NSInteger)entryIndex'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSFormCell InsertEntryAtIndex(
	NSString title,
	NSInteger entryIndex
)
Public Overridable Function InsertEntryAtIndex ( _
	title As NSString, _
	entryIndex As NSInteger _
) As NSFormCell
public:
virtual NSFormCell^ InsertEntryAtIndex(
	NSString^ title, 
	NSInteger entryIndex
)
Parameters
title (NSString)
The title for the new form entry.
entryIndex (NSInteger)
The zero-based index at which to insert the entry.
Return Value
The form cell object that was created for the entry.
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)