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