CFindReplaceDialog::m_fr
Used to customize a CFindReplaceDialog object.
FINDREPLACE m_fr;
Заметки
m_fr is a structure of type FINDREPLACE. Its members store the characteristics of the dialog-box object. After constructing a CFindReplaceDialog object, you can use m_fr to modify various values in the dialog box.
For more information on this structure, see the FINDREPLACE structure in the Windows SDK.
Пример
See the example for CFindReplaceDialog::CFindReplaceDialog.
Smart Device Developer Notes
The FR_WHOLEWORD flag in the m_fr data member is not supported in Windows CE-based projects. CFindReplaceDialog::MatchWholeWord will not function properly even when the "Find whole word" checkbox is checked.
Требования
Header: afxdlgs.h