ES_LOWERCASE top-level constant Null safety
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;