WM_CLEAR top-level constant

int const WM_CLEAR

An application sends a WM_CLEAR message to an edit control or combo box to delete (clear) the current selection, if any, from the edit control.

Implementation

const WM_CLEAR = 0x0303;