MonobjcMonobjc Documented Class Library
EndEditingFor Method (object)
NamespacesMonobjc.AppKitNSWindowEndEditingFor(Id)

Forces the field editor to give up its first responder status and prepares it for its next assignment.

Original signature is '- (void)endEditingFor:(id)object'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void EndEditingFor(
	Id object
)
Public Overridable Sub EndEditingFor ( _
	object As Id _
)
public:
virtual void EndEditingFor(
	Id^ object
)
Parameters
object (Id)
The object that is using the window’s 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)