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

Concepts

CEditView Class

CEditView Members

Hierarchy Chart

CEditView::FindText

CEditView::OnFindNext

CEditView::OnReplaceAll

CEditView::OnReplaceSel