ES_LOWERCASE top-level constant
int
const ES_LOWERCASE
Converts all characters to lowercase as they are typed into the edit control.
Implementation
const ES_LOWERCASE = 0x0010;
Converts all characters to lowercase as they are typed into the edit control.
const ES_LOWERCASE = 0x0010;