CRichEditCtx.MathPropertiesproperty
Gets the math properties for the document.
Syntax
PROPERTY MathProperties () AS LONG
PROPERTY MathProperties (BYVAL nOptions AS LONG, BYVAL Mask AS LONG)
Parameters
| Name | Description | |
|---|---|---|
nOptions | A combination of math properties. See table below. | |
Mask | The 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