CEdit::GetLimitText

UINT GetLimitText( ) const;

Return Value

The current text limit, in bytes, for this CEdit object.

Remarks

Call this member function to get the text limit for this CEdit object. The text limit is the maximum amount of text, in bytes, that the edit control can accept.

Note   This member function is available beginning with Windows 95 and Windows NT 4.0.

For more information, see EM_GETLIMITTEXT in the Win32 documentation.

CEdit OverviewClass MembersHierarchy Chart

See Also   CEdit::SetLimitText, CEdit::LimitText