MonobjcMonobjc Documented Class Library
UndoManagerForTextViewMessage Method (aTextView)
NamespacesMonobjc.AppKitNSTextView..::..NSTextViewDelegateEventDispatcherUndoManagerForTextViewMessage(NSTextView)

Returns the undo manager for the specified text view.

Original signature is '- (NSUndoManager *)undoManagerForTextView:(NSTextView *)aTextView'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public NSUndoManager UndoManagerForTextViewMessage(
	NSTextView aTextView
)
Public Function UndoManagerForTextViewMessage ( _
	aTextView As NSTextView _
) As NSUndoManager
public:
NSUndoManager^ UndoManagerForTextViewMessage(
	NSTextView^ aTextView
)
Parameters
aTextView (NSTextView)
The text view whose undo manager should be returned.
Return Value
The undo manager for aTextView.
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)