CRichEditCtx.IsTextItalicmethod
Checks if the selected text or word under the cursor is italicised.
Syntax
FUNCTION IsTextItalic () AS BOOLEAN
Return value
Boolean true (-1) or false (0).
Description
Checks if the selected text or the word under the cursor is italicised.
Reference
- Defined in AfxNova/CRichEditCtx.inc:3972
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class