Help Center

CRichEditCtx.NotificationModemethod

Gets/sets the notification mode.

Windowsmethoddocumented

Syntax

PRIVATE PROPERTY CRichEditCtx.NotificationMode () AS LONG

Parameters

NameDescription
ValueThe notification mode. This parameter is set to tomTrue if notifications are active, or tomFalse if not.

Return value

If the method succeeds, it returns NOERROR. Otherwise, it returns an HRESULT error code.

Description

Gets/sets the notification mode.

Example

(GET) PROPERTY NotificationMode () AS LONG (SET) PROPERTY NotificationMode (BYVAL Value AS LONG)

Reference

  • Defined in AfxNova/CRichEditCtx.inc:4614
  • Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
  • Topic: CRichEditCtx Class