virtual void OnFindNext( LPCTSTR lpszFind, BOOL bNext, BOOL bCase, BOOL bWord );
Parameters
lpszFind
The string to find.
bNext
The direction to search: TRUE indicates down; FALSE, up.
bCase
Indicates whether the search is to be case sensitive.
bWord
Indicates whether the search is to match whole words only or not.
Remarks
Called by the framework when processing commands from the Find/Replace dialog box. Call this function to find text within the CRichEditView. Override this function to alter search characterics for your derived view class.
CRichEditView Overview | Class Members | Hierarchy Chart
See Also CRichEditView::FindText, CRichEditView::FindTextSimple