CRichEdit.SetEllipsisModemethod
Sets the current ellipsis mode for a rich edit control.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Syntax
FUNCTION SetElipsisMode (BYVAL hRichEdit AS HWND, BYVAL fMode AS DWORD) AS DWORD
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. | |
fMode | One of the values listed below. |
Description
Sets the current ellipsis mode. When enabled, an ellipsis ( ) is displayed for text that doesn't fit in the display window. The ellipsis is only used when the control isn't active. When active, scroll bars are used to reveal text that doesn't fit into the display window.
The bits for these values all fit in the ELLIPSIS_MASK.
Reference
- Documented in Windows/WIndows Controls/CRichEdit Class.md
- Topic: CRichEdit Class