MonobjcMonobjc Documented Class Library
WindowWillReturnUndoManagerMessage Method (window)
NamespacesMonobjc.AppKitNSWindow..::..NSWindowDelegateEventDispatcherWindowWillReturnUndoManagerMessage(NSWindow)

Tells the delegate that the window’s undo manager has been requested. Returns the appropriate undo manager for the window.

Original signature is '- (NSUndoManager *)windowWillReturnUndoManager:(NSWindow *)window'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public NSUndoManager WindowWillReturnUndoManagerMessage(
	NSWindow window
)
Public Function WindowWillReturnUndoManagerMessage ( _
	window As NSWindow _
) As NSUndoManager
public:
NSUndoManager^ WindowWillReturnUndoManagerMessage(
	NSWindow^ window
)
Parameters
window (NSWindow)
The window whose undo manager is being requested.
Return Value
The appropriate undo manager for the specified window.
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)