The members of MonoMac.Foundation.NSUndoManager are listed below.
See Also: Inherited members from MonoMac.Foundation.NSObject
| Default constructor that initializes a new instance of this class with no parameters. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Constructor to call on derived classes when the derived class has an [Export] constructor. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] | CanRedo | bool. Documentation for this section has not yet been entered. |
| [read-only] | CanUndo | bool. Documentation for this section has not yet been entered. |
| [read-only] static | CheckpointNotification | NSString. Notification constant for Checkpoint |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] static | DidCloseUndoGroupNotification | NSString. Notification constant for DidCloseUndoGroup |
| [read-only] static | DidOpenUndoGroupNotification | NSString. Notification constant for DidOpenUndoGroup |
| [read-only] static | DidRedoChangeNotification | NSString. Notification constant for DidRedoChange |
| [read-only] static | DidUndoChangeNotification | NSString. Notification constant for DidUndoChange |
| [read-only] | GroupingLevel | int. Documentation for this section has not yet been entered. |
| [read-only] static | GroupIsDiscardableKey | NSString. Represents the value associated with the constant NSUndoManagerGroupIsDiscardableKey |
| GroupsByEvent | bool. Documentation for this section has not yet been entered. | |
| [read-only] | IsRedoing | bool. Documentation for this section has not yet been entered. |
| [read-only] | IsUndoing | bool. Documentation for this section has not yet been entered. |
| [read-only] | IsUndoRegistrationEnabled | bool. Documentation for this section has not yet been entered. |
| LevelsOfUndo | int. Documentation for this section has not yet been entered. | |
| [read-only] | RedoActionIsDiscardable | bool. Documentation for this section has not yet been entered. |
| [read-only] | RedoActionName | string. Documentation for this section has not yet been entered. |
| [read-only] | RedoMenuItemTitle | string. Documentation for this section has not yet been entered. |
| RunLoopModes | string[]. Documentation for this section has not yet been entered. | |
| [read-only] | UndoActionIsDiscardable | bool. Documentation for this section has not yet been entered. |
| [read-only] | UndoActionName | string. Documentation for this section has not yet been entered. |
| [read-only] | UndoMenuItemTitle | string. Documentation for this section has not yet been entered. |
| [read-only] static | WillCloseUndoGroupNotification | NSString. Notification constant for WillCloseUndoGroup |
| [read-only] static | WillRedoChangeNotification | NSString. Notification constant for WillRedoChange |
| [read-only] static | WillUndoChangeNotification | NSString. Notification constant for WillUndoChange |
BeginUndoGrouping()Documentation for this section has not yet been entered. | ||
DisableUndoRegistration()Documentation for this section has not yet been entered. | ||
EnableUndoRegistration()Documentation for this section has not yet been entered. | ||
EndUndoGrouping()Documentation for this section has not yet been entered. | ||
PrepareWithInvocationTarget(NSObject)Documentation for this section has not yet been entered. | ||
Redo()Documentation for this section has not yet been entered. | ||
RedoMenuTitleForUndoActionName(string)Documentation for this section has not yet been entered. | ||
RegisterUndoWithTarget(NSObject, MonoMac.ObjCRuntime.Selector, NSObject)Documentation for this section has not yet been entered. | ||
RemoveAllActions()Documentation for this section has not yet been entered. | ||
RemoveAllActions(NSObject)Documentation for this section has not yet been entered. | ||
SetActionIsDiscardable(bool)Documentation for this section has not yet been entered. | ||
SetActionname(string)Documentation for this section has not yet been entered. | ||
Undo()Documentation for this section has not yet been entered. | ||
UndoMenuTitleForUndoActionName(string)Documentation for this section has not yet been entered. | ||
UndoNestedGroup()Documentation for this section has not yet been entered. | ||