CEdit::LimitText

Call this member function to limit the length of the text that the user may enter into an edit control.

Syntax

void LimitText( int nChars = 0 );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CEdit Overview, CEdit Member Functions, Control Classes, CWnd::SetWindowText, CEdit::GetLimitText, CEdit::SetLimitText