CRichEditCtrl::GetTextLength
检索文本的长度,在字符,本 CRichEditCtrl 对象,不包括终止null字符)。
long GetTextLength( ) const;
返回值
文本的长度本 CRichEditCtrl 对象的。
备注
有关更多信息,请参见 Windows SDK的 WM_GETTEXTLENGTH。
示例
// Limit the rich edit controls text to the number of
// characters currently in it.
m_myRichEditCtrl.LimitText(m_myRichEditCtrl.GetTextLength());
要求
Header: afxcmn.h