CEditView::OnTextNotFound

Override this function to change the default implementation, which calls the Windows function MessageBeep.

virtual void OnTextNotFound(
   LPCTSTR lpszFind 
);

Parameters

  • lpszFind
    The text to be found.

Requirements

Header: afxext.h

See Also

Reference

CEditView Class

Hierarchy Chart

CEditView::FindText

CEditView::OnFindNext

CEditView::OnReplaceAll

CEditView::OnReplaceSel

Other Resources

CEditView Members