__MENUEDITOR_TRANSACTION Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies Undo/Redo transactions.
public enum class __MENUEDITOR_TRANSACTION
public enum class __MENUEDITOR_TRANSACTION
enum __MENUEDITOR_TRANSACTION
public enum __MENUEDITOR_TRANSACTION
type __MENUEDITOR_TRANSACTION =
Public Enum __MENUEDITOR_TRANSACTION
- Inheritance
-
__MENUEDITOR_TRANSACTION
Fields
Name | Value | Description |
---|---|---|
MENUEDITOR_TRANSACTION_DISCARD | -1 | Discards the current transaction. |
MENUEDITOR_TRANSACTION_ALL | 0 | Forces a reset. |
MENUEDITOR_TRANSACTION_CUT | 1 | Cut transaction. |
MENUEDITOR_TRANSACTION_PASTE | 2 | Paste transaction. |
MENUEDITOR_TRANSACTION_COPY | 3 | Copy transaction. |
MENUEDITOR_TRANSACTION_DELETE | 4 | Delete transaction. |
Remarks
The MENUEDITOR_TRANSACTION
enum is a parameter of BeginTransaction.
COM Signature
From vsshell80.idl: