ES_UPPERCASE top-level constant Null safety
Converts all characters to uppercase as they are typed into the edit control.
Implementation
const ES_UPPERCASE = 0x0008;
Converts all characters to uppercase as they are typed into the edit control.
const ES_UPPERCASE = 0x0008;