Поделиться через


CRichEditView::m_nWordWrap

Indicates the type of word wrap for this rich edit view.

int m_nWordWrap;

Заметки

One of the following values:

  • WrapNone   Indicates no automatic word wrapping.

  • WrapToWindow   Indicates word wrapping based on the width of the window.

  • WrapToTargetDevice   Indicates word wrapping based on the characteristics of the target device.

Пример

See the example for CRichEditView::WrapChanged.

Требования

Header: afxrich.h

См. также

Основные понятия

CRichEditView Class

CRichEditView Members

Hierarchy Chart

CRichEditView::WrapChanged