MonobjcMonobjc Documented Class Library
UndoManagerForTextView Method (aTextView)
NamespacesMonobjc.AppKitNSTableViewUndoManagerForTextView(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 virtual NSUndoManager UndoManagerForTextView(
	NSTextView aTextView
)
Public Overridable Function UndoManagerForTextView ( _
	aTextView As NSTextView _
) As NSUndoManager
public:
virtual NSUndoManager^ UndoManagerForTextView(
	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)