CEM_ENABLEUPCASE (Windows CE 5.0)

Send Feedback

This message controls the conversion of characters to uppercase while they are typed into the edit control.

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 Values

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

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.