CRichEditCtx.GetMathPropertiesmethod
Syntax
FUNCTION GetMathProperties () AS LONG
Also documented as
MathProperties — one description covers them all.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:4846
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class