Construction Methods
Method | Description |
---|---|
CFindReplaceDialog | Call this method to construct a CFindReplaceDialog object. |
Create | Creates and displays a CFindReplaceDialog dialog box. |
Operations Methods
Method | Description |
---|---|
FindNext | Call this method to determine whether the user wants to find the next occurrence of the find string. |
GetNotifier | Call this method to retrieve the FINDREPLACE structure in your registered message handler. |
GetFindString | Call this method to retrieve the current find string. |
GetReplaceString | Call this method to retrieve the current replace string. |
IsTerminating | Call this method to determine whether the dialog box is terminating. |
MatchCase | Call this method to determine whether the user wants to match the case of the find string exactly. |
MatchWholeWord | Call this method to determine whether the user wants to match entire words only. |
ReplaceAll | Call this method to determine whether the user wants all occurrences of the string to be replaced. |
ReplaceCurrent | Call this method to determine whether the user wants the current word to be replaced. |
SearchDown | Call this method to determine whether the user wants the search to proceed in a downward direction. |