Inheritance diagram for FindReplaceDialog:


| Public Member Functions | |
| Close () | |
| Closes the dialog box. | |
| Properties | |
| BSTR R | FindText  [] | 
| Gets the text for the search. | |
| BSTR R | ReplaceText  [] | 
| Gets the replacement text. | |
| VARIANT_BOOL R | SearchDown  [] | 
| Gets the value of the "Search down" checkbox. | |
| VARIANT_BOOL R | MatchCase  [] | 
| Gets the value of the "Match case" checkbox. | |
| VARIANT_BOOL R | WholeWord  [] | 
| Gets the value of the "Whole word" checkbox. | |
| VARIANT W | OnFind  [] | 
| Sets the event handler for the OnFind event. | |
| VARIANT W | OnReplace  [] | 
| Sets the event handler for the OnReplace event. | |
| VARIANT W | OnReplaceAll  [] | 
| Sets the event handler for the OnReplaceAll event. | |
| VARIANT W | OnClose  [] | 
| Sets the event handler for the OnClose event. | |
| VARIANT W | OnHelp  [] | 
| Sets the event handler for the OnHelp event. | |
The FindReplaceDialog is the result of CreateFindDialog method.
See also FindReplaceDialogEvents.
| Close | ( | ) | 
Closes the dialog box.
| BSTR R FindText | 
Gets the text for the search.
| VARIANT_BOOL R MatchCase | 
Gets the value of the "Match case" checkbox.
| VARIANT W OnClose | 
Sets the event handler for the OnClose event.
This event occurs when the user closes the dialog.
| VARIANT W OnFind | 
Sets the event handler for the OnFind event.
This event occurs when the user clicks the "Find" button.
| VARIANT W OnHelp | 
Sets the event handler for the OnHelp event.
This event occurs when the user clicks the "Help" button.
| VARIANT W OnReplace | 
Sets the event handler for the OnReplace event.
This event occurs when the user clicks the "Replace" button.
| VARIANT W OnReplaceAll | 
Sets the event handler for the OnReplaceAll event.
This event occurs when the user clicks the "Replace all" button.
| BSTR R ReplaceText | 
Gets the replacement text.
| VARIANT_BOOL R SearchDown | 
Gets the value of the "Search down" checkbox.
| VARIANT_BOOL R WholeWord | 
Gets the value of the "Whole word" checkbox.