CRichEdit.GetTypographyOptionsmethod
Returns the current state of the typography options of a rich edit control.
Syntax
FUNCTION GetTypographyOptions (BYVAL hRichEdit AS HWND) AS DWORD
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. |
Return value
Returns the current typography options. For a list of options, see EM_SETTYPOGRAPHYOPTIONS.
Description
Returns the current state of the typography options of a rich edit control.
Remarks
You can turn on advanced line breaking by sending the SetTypographyOPtions message. Advanced and normal line breaking may also be turned on automatically by the rich edit control if it is needed for certain languages.
Reference
- Defined in AfxNova/CRichEdit.inc:742
- Documented in Windows/WIndows Controls/CRichEdit Class.md
- Topic: CRichEdit Class