Help Center

CRichEditCtx.MathPropertiesproperty

Gets the math properties for the document.

Windowspropertydocumented

Syntax

PROPERTY MathProperties () AS LONG
PROPERTY MathProperties (BYVAL nOptions AS LONG, BYVAL Mask AS LONG)

Parameters

NameDescription
nOptionsA combination of math properties. See table below.
MaskThe math mask. See table below.

Return value

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

Description

Gets/sets the math properties for the document.

Reference

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