MonobjcMonobjc Documented Class Library
WindowWillReturnFieldEditorToObject Event
NamespacesMonobjc.AppKitNSWindow..::..NSWindowDelegateEventDispatcherWindowWillReturnFieldEditorToObject

Tells the delegate that the field editor for a text-displaying object has been requested.

Original signature is '- (id)windowWillReturnFieldEditor:(NSWindow *)sender toObject:(id)client'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
Return Value
The field editor for client; returns nil when the delegate has no field editor to assign.
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)