MonobjcMonobjc Documented Class Library
SetUpFieldEditorAttributes Method (textObj)
NamespacesMonobjc.AppKitNSCellSetUpFieldEditorAttributes(NSText)

Configures the textual and background attributes of the receiver's field editor.

Original signature is '- (NSText *)setUpFieldEditorAttributes:(NSText *)textObj'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSText SetUpFieldEditorAttributes(
	NSText textObj
)
Public Overridable Function SetUpFieldEditorAttributes ( _
	textObj As NSText _
) As NSText
public:
virtual NSText^ SetUpFieldEditorAttributes(
	NSText^ textObj
)
Parameters
textObj (NSText)
The field editor to configure. .
Return Value
The configured field editor.
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)