Help Center

CRichEditCtx.GetLimitTextmethod

Gets the current text limit for a rich edit control.

Windowsmethoddocumented

Syntax

FUNCTION GetLimitText () AS LONG

Return value

The return value is the text limit.

Description

Gets the current text limit for a rich edit control. The text limit is the maximum amount of text that the user can type into the edit control.

Reference

  • Defined in AfxNova/CRichEditCtx.inc:1374
  • Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
  • Topic: CRichEditCtx Class