Share via


CEM_ENABLEUPCASE (Compact 2013)

3/28/2014

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

See Also

Reference

CapEdit Controls Messages
Edit Box Messages