Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the word-wrapping and word-breaking options for the rich edit control.
UINT SetWordWrapMode(
UINT uFlags
) const;
Parameters
- uFlags
The options to set for word wrapping and word breaking. For a list of possible options, see EM_SETWORDWRAPMODE in the Windows SDK.
Return Value
The current word-wrapping and word-breaking options.
Remarks
This message is available only in Asian-language versions of the operating system.
Requirements
Header: afxcmn.h
See Also
Reference
CRichEditCtrl::GetWordWrapMode