CRichEditCtx.SelectionTypemethod
Determines the selection type for a rich edit control.
Syntax
FUNCTION SelectionType () AS LONG
Return value
If the selection is not empty, the return value is a set of flags containing one or more of the following values.
Description
Determines the selection type for a rich edit control.
Remarks
This message is useful during WM_SIZE processing for the parent of a bottomless rich edit control.
Reference
- Defined in AfxNova/CRichEditCtx.inc:2904
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class