MonobjcMonobjc Documented Class Library
InitTextCell Method (aString)
NamespacesMonobjc.AppKitNSCellInitTextCell(NSString)

Returns an NSCell object initialized with the specified string and set to have the cell’s default menu.

Original signature is '- (id)initTextCell:(NSString *)aString'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitTextCell(
	NSString aString
)
Public Overridable Function InitTextCell ( _
	aString As NSString _
) As Id
public:
virtual Id^ InitTextCell(
	NSString^ aString
)
Parameters
aString (NSString)
The initial string to use for the cell.
Return Value
An initialized NSCell object, or nil if the cell could not be initialized.
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)