MonobjcMonobjc Documented Class Library
GroupingLevel Property
NamespacesMonobjc.FoundationNSUndoManagerGroupingLevel

Returns the number of nested undo groups (or redo groups, if Redo was invoked last) in the current event loop.

Original signature is '- (NSInteger)groupingLevel'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSInteger GroupingLevel { get; }
Public Overridable ReadOnly Property GroupingLevel As NSInteger
	Get
public:
virtual property NSInteger GroupingLevel {
	NSInteger get ();
}
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)