CEM_UPCASEALLWORDS (Windows CE 5.0)
This message controls the conversion of the first letter of every word to uppercase while words are being typed into the edit control.
wParam = (WPARAM) fUpCaseAllWords; lParam = 0;
Parameters
- fUpCaseAllWords
Specifies the flag that controls the conversion of the first letter of every word to uppercase, and can be set to TRUE or FALSE.
Return Values
This message returns zero on success.
Remarks
If fUpCaseAllWords is set to TRUE, the first letter of every word is converted to uppercase while the words are typed into the edit control. If fUpCaseAllWords is set to FALSE, only the first letter of the first word is converted to uppercase.
Because CapEdit control is a sub-class of Edit Box controls, all messages that apply to Edit Boxes controls also apply to CapEdit controls.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Commctrl.h.
Link Library: Commctrl.lib.
See Also
CapEdit Controls Messages | Edit Boxes Messages
Send Feedback on this topic to the authors