Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
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 fEnableis set to TRUE, characters are converted to uppercase while they are typed into the edit control. If fEnableis 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 |