mcUndoStackCommandFlags Enumeration
|
|
Values for IMcDeepUndoStack.CommandFlags assignment. None are currently defined.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcUndoStackCommandFlags
Members
| Member name | Value | Description |
---|
| mcuscfNoFlags | 0 | No flags |
| mcuscfUndoWithoutPop | 4097 | Action Flag: If CommandData is notempty, it holds a stack depth index, with 0 (the default) being the top state. If
given, the depth index is the depth of un-joined states in the stack. The referenced
Undo state is undone, but the state is not removed from the undo stack. Only the
referenced state is undone, not any states joined to it. It is the caller's
responsibility to do any restoration in the state's IMcUndoable object so that when
the actual McUndoStack.Undo is done, the IMcUndoable will be in a state such that it
can be successfully restored. |
See Also