EM_SETSEL top-level constant

int const EM_SETSEL

Selects a range of characters in an edit control.

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

Implementation

const EM_SETSEL = 0x00B1;