MonobjcMonobjc Documented Class Library
UndoNestedGroup Method
NamespacesMonobjc.FoundationNSUndoManagerUndoNestedGroup()()()()

Performs the undo operations in the last undo group (whether top-level or nested), recording the operations on the redo stack as a single group.

Original signature is '- (void)undoNestedGroup'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void UndoNestedGroup()
Public Overridable Sub UndoNestedGroup
public:
virtual void UndoNestedGroup()
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.Foundation (Module: Monobjc.Foundation)