Click or drag to resize

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.UndoRedo
Assembly: RAYLASE.Marker.UndoRedo (in RAYLASE.Marker.UndoRedo.dll) Version: 2.19.0
Syntax
C#
public enum StackPermissionType
Members
Member nameValueDescription
Confirm0 Ask for confirmation.
Add1 Always add.
Ignore2 Always ignore.
See Also