EM_SETEDITSTYLEEX message

Sets the current extended edit style flags.

#define EM_SETEDITSTYLEEX       (WM_USER + 275)

Parameters

wParam

Specifies one or more extended edit style flags. For a list of possible values, see EM_GETEDITSTYLEEX.

lParam

A mask consisting of one or more of the wParam values. Only the values specified in this mask will be set or cleared. This allows a single flag to be set or cleared without reading the current flag states.

Return value

The return value is the state of the extended edit style flags after rich edit has attempted to implement your edit style changes. The edit style flags are a set of flags that indicate the current edit style.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Header
Richedit.h

See also

EM_GETEDITSTYLEEX