Allows a user to start an undo transaction (a series of nested undoable operations )
Syntax
object.UndoTransaction evUndoTransactionFlag
Properties
The UndoTransaction method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
EvUndoTransactionFlag |
Enumeration. peTransactionFlags. |
Settings
The settings for peTransactionFlags are:
Constant |
Value |
Description |
pUndoTransactionStart |
1 |
Start the transaction. |
PUndoTransactionEnd |
2 |
End the transaction. |