Help Center

CRichEditCtx.SetNotificationModemethod

Windowsmethoddocumented

Syntax

FUNCTION SetNotificationMode (BYVAL Value AS LONG) AS HRESULT
Also documented as NotificationMode — one description covers them all.

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:4637
  • Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
  • Topic: CRichEditCtx Class