EditKinds

Use this enumeration to refer to a specific kind of edit for the Engine.NewUndoItemCreator , UndoItem.RedoEditKind , UndoItem.UndoEditKind , UndoItemCreator.BeginBatchEdit , and UndoItemCreator.BeginEditEx methods, and the BeginEdit, CanEdit and EndEdit methods and events of the ApplicationMgr class.

  • EditKind_ChangeNumericFormat –(Value: 5) Specifies changing the numeric format of a PropertyObject .
  • EditKind_ChangeObject –(Value: 16) Specifies any change to a TestStand object.
  • EditKind_ChangeRepresentation –(Value: 22)
  • EditKind_ChangeRunMode –(Value: 20) Specifies changing the run mode of a step.
  • EditKind_ChangeSequenceFileProperties –(Value: 19) Specifies modifying a sequence file though the Sequence File Properties dialog box.
  • EditKind_ChangeSequenceProperties –(Value: 18) Specifies modifying a sequence though the Sequence Properties dialog box.
  • EditKind_ChangeStep –(Value: 17) Specifies modifying subproperties of a step.
  • EditKind_ChangeValue –(Value: 1) Specifies changing the value of a PropertyObject.
  • EditKind_DeleteProperty –(Value: 7) Specifies deleting a PropertyObject.
  • EditKind_DeleteSequence –(Value: 14) Specifies deleting a sequence.
  • EditKind_DeleteStep –(Value: 11) Specifies deleting a step.
  • EditKind_InsertProperty –(Value: 6) Specifies inserting a PropertyObject.
  • EditKind_InsertSequence –(Value: 13) Specifies inserting a sequence.
  • EditKind_InsertStep –(Value: 10) Specifies inserting a step.
  • EditKind_InsertType –(Value: 21) Specifies inserting a new type.
  • EditKind_ModifyAttributes –(Value: 23) Specifies modifying the attributes of a PropertyObject.
  • EditKind_ModifyComment –(Value: 3) Specifies modifying the comment of a PropertyObject.
  • EditKind_ModifyFlags –(Value: 4) Specifies modifying the flags of a PropertyObject.
  • EditKind_MoveProperty –(Value: 8) Specifies moving a PropertyObject.
  • EditKind_MoveSequence –(Value: 15) Specifies moving a sequence.
  • EditKind_MoveStep –(Value: 12) Specifies moving a step.
  • EditKind_MoveType –(Value: #) Specifies moving a type. Does not support undo.
  • EditKind_None –(Value: 0) No edit.
  • EditKind_Rename –(Value: 2) Specifies renaming a PropertyObject.
  • EditKind_ReplaceProperty –(Value: 9) Specifies replacing a PropertyObject.

See Also

ApplicationMgr

Engine.NewUndoItemCreator

Sequence File Properties dialog box

Sequence Properties dialog box

UndoItem.RedoEditKind

UndoItem.UndoEditKind

UndoItemCreator.BeginBatchEdit

UndoItemCreator.BeginEditEx