CRichEditCtx.SetWordWrapModemethod
Syntax
FUNCTION SetWordWrapMode (BYVAL values AS LONG) AS LONG
Also documented as
WordWrapMode — one description covers them all.Parameters
| Name | Description | |
|---|---|---|
values | Specifies one or more of the following values. |
Return value
(GET) The the current word wrap and word-break options.
(SET) This method returns the current word-wrapping and word-breaking options.
Description
Gets/sets the current word wrap and word-break options for the rich edit control.
Remarks
This property is supported only in Asian-language versions of Microsoft Rich Edit 1.0. It is not supported in any later versions of Rich Edit. This message must not be sent by the application-defined, word-break procedure.
Example
(GET) PROPERTY WordWrapMode () AS DWORD (SET) PROPERTY WordWrapMode (BYVAL values AS DWORD) AS DWORD
Reference
- Defined in AfxNova/CRichEditCtx.inc:2329
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class