CRichEditView::OnTextNotFound

virtual void OnTextNotFound( LPCTSTR lpszFind );

Parameters

pszFind

The text which was not found.

Remarks

Called by the framework whenever a search fails. Override this function to change the output notification from a MessageBeep.

For more information, see MessageBeep in the Win32 documentation.

CRichEditView OverviewClass MembersHierarchy Chart

See Also   CRichEditView::FindText, CRichEditView::FindTextSimple, CRichEditView::OnFindNext