Click or drag to resize

CommandQueue Properties

The CommandQueue type exposes the following members.

Properties
  NameDescription
Public propertyActiveCommand
Gets the active command in this queue.
Public propertyCanDo
Gets a value indicating whether this command queue can do a current command (so there's a command left to execute) (true) or false if no more commands can be executed in this queue.
Public propertyCanUndo
Gets a value indicating whether this command queue can undo the last executed command (so there are commands left to undo) (true), or false if no more commands can be undone in this queue.
Public propertyCount
Gets the number of commands in this queue
Top
See Also