StackPermissionType Enumeration |
Provides the types of permissions to add a memento to the undo stack when the memento size is above the threshold.
Namespace: RAYLASE.Marker.UndoRedoAssembly: RAYLASE.Marker.UndoRedo (in RAYLASE.Marker.UndoRedo.dll) Version: 2.19.0
Syntaxpublic enum StackPermissionType
MembersMember name | Value | Description |
---|
Confirm | 0 |
Ask for confirmation.
|
Add | 1 |
Always add.
|
Ignore | 2 |
Always ignore.
|
See Also