EM_UNDO top-level constant

int const EM_UNDO

This message undoes the last edit control operation in the control's undo queue.

You can send this message to either an edit control or a rich edit control.

Implementation

const EM_UNDO = 0x00C7;