CEM_ENABLEUPCASE
A version of this page is also available for
4/8/2010
This message controls the conversion of characters to uppercase while they are typed into the edit control.
Syntax
wParam = (WPARAM) fEnable;
lParam = 0;
Parameters
- fEnable
Specifies the flag that controls the conversion to uppercase, and can be set to TRUE or FALSE.
Return Value
This message returns zero on success.
Remarks
If fEnable is set to TRUE, characters are converted to uppercase while they are typed into the edit control. If fEnable is set to FALSE, standard edit control behavior is enabled.
Because CapEdit control is a sub-class of Edit Boxes 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 |