CTextDocument2.SetMathPropertiesmethod
Specifies the math properties to use for the document.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Syntax
FUNCTION SetMathProperties (BYVAL Options AS LONG, BYVAL Mask AS LONG) AS HRESULT
Parameters
| Name | Description | |
|---|---|---|
Options | The math properties to set. For a list of possible properties, see the table below. | |
Mask | The math mask. For a list of possible masks, see the table below. |
Return value
If the method succeeds, it returns NOERROR. Otherwise, it returns an HRESULT error code.
Description
Sets the math properties for the document.
Reference
- Documented in Windows/WIndows Controls/RichEdit/CTextDocument2 Class.md
- Topic: CTextDocument2 Class