WM_CUT top-level constant Null safety
An application sends a WM_CUT message to an edit control or combo box to delete (cut) the current selection, if any, in the edit control and copy the deleted text to the clipboard in CF_TEXT format.
Implementation
const WM_CUT = 0x0300;