ES_NUMBER top-level constant

int const ES_NUMBER

Allows only digits to be entered into the edit control. Note that, even with this set, it is still possible to paste non-digits into the edit control.

Implementation

const ES_NUMBER = 0x2000;