EN_UPDATE top-level constant

int const EN_UPDATE

Sent when an edit control is about to redraw itself. This notification code is sent after the control has formatted the text, but before it displays the text. This makes it possible to resize the edit control window, if necessary.

Implementation

const EN_UPDATE = 0x0400;