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.

C# | Visual Basic | Visual C++ |
NSUndoManager UndoManagerForTextView( NSTextView aTextView )
Function UndoManagerForTextView ( _ aTextView As NSTextView _ ) As NSUndoManager
NSUndoManager^ UndoManagerForTextView( NSTextView^ aTextView )

- aTextView (NSTextView)
- The text view whose undo manager should be returned.

The undo manager for aTextView.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)