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