Value | Meaning |
---|---|
CM_EDITFLAG_NONE0 | |
CM_EDITFLAG_CAN_UNDO1 << 0 | |
CM_EDITFLAG_CAN_REDO1 << 1 | |
CM_EDITFLAG_CAN_CUT1 << 2 | |
CM_EDITFLAG_CAN_COPY1 << 3 | |
CM_EDITFLAG_CAN_PASTE1 << 4 | |
CM_EDITFLAG_CAN_DELETE1 << 5 | |
CM_EDITFLAG_CAN_SELECT_ALL1 << 6 | |
CM_EDITFLAG_CAN_TRANSLATE1 << 7 | |
CM_EDITFLAG_CAN_EDIT_RICHLY1 << 8 |
Supported context menu edit state bit flags. These constants match their equivalents in Chromium's ContextMenuDataEditFlags and should not be renumbered.