CRichEdit.GetEllipsisStatemethod
Retrieves the current ellipsis state.
Syntax
FUNCTION GetEllipsisState (BYVAL hRichEdit AS HWND) AS DWORD
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. |
Return value
The return value is TRUE if an ellipsis is being displayed and FALSE otherwise.
Description
Retrieves the current ellipsis state.
Reference
- Defined in AfxNova/CRichEdit.inc:429
- Documented in Windows/WIndows Controls/CRichEdit Class.md
- Topic: CRichEdit Class