CEM_UPCASEALLWORDS
A version of this page is also available for
4/8/2010
This message controls the conversion of the first letter of every word to uppercase while words are being typed into the edit control.
Syntax
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 Value
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
Header | commctrl.h |
Library | commctrl.lib |
Windows Embedded CE | Windows CE 5.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |