Help Center

CRichEdit.GetEllipsisStatemethod

Retrieves the current ellipsis state.

Windowsmethoddocumented

Syntax

FUNCTION GetEllipsisState (BYVAL hRichEdit AS HWND) AS DWORD

Parameters

NameDescription
hRichEditThe 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