WM_UNDO top-level constant

int const WM_UNDO

An application sends a WM_UNDO message to an edit control to undo the last operation. When this message is sent to an edit control, the previously deleted text is restored or the previously added text is deleted.

Implementation

const WM_UNDO = 0x0304;