Click or drag to resize

CommandQueueManager Fields

The CommandQueueManager type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberThrowExceptionOnDoDuringUndo
Flag to signal the CommandQueueManager and command objects whether to throw a DoDuringUndoException if a Do action is detected during an Undo action. When set to false, the Do action is ignored. Default is true. Leave to true to easily detect bugs in code which utilizes Do/Undo functionality.
Top
See Also