Share via


CFindReplaceDialog::MatchWholeWord

Call this function to determine whether the user wants to match entire words only.

BOOL MatchWholeWord( ) const;

Return Value

Nonzero if the user wants to match only the entire words of the search string; otherwise 0.

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.

Requirements

Header: afxdlgs.h

See Also

Reference

CFindReplaceDialog Class

Hierarchy Chart

CFindReplaceDialog::MatchCase

Other Resources

CFindReplaceDialog Members