CFindReplaceDialog::m_fr

The m_fr data member is a FINDREPLACE structure. 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.

FINDREPLACE m_fr;

At a Glance

Header file: Afxdlgs.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CFindReplaceDialog Overview, CFindReplaceDialog Data Members, Dialog Box Classes, FINDREPLACE