CRichEdit.SetElipsisModemethod
Syntax
FUNCTION SetElipsisMode (BYVAL hRichEdit AS HWND, BYVAL fMode AS DWORD) AS DWORD
Also documented as
SetEllipsisMode — one description covers them all.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
- Defined in AfxNova/CRichEdit.inc:1002
- Documented in Windows/WIndows Controls/CRichEdit Class.md
- Topic: CRichEdit Class