MonobjcMonobjc Documented Class Library
AddEntry Method (title)
NamespacesMonobjc.AppKitNSFormAddEntry(NSString)

Adds a new entry to the end of the receiver and gives it the specified title.

Original signature is '- (NSFormCell *)addEntry:(NSString *)title'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSFormCell AddEntry(
	NSString title
)
Public Overridable Function AddEntry ( _
	title As NSString _
) As NSFormCell
public:
virtual NSFormCell^ AddEntry(
	NSString^ title
)
Parameters
title (NSString)
The title for the new form 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)