Public Member Functions | |
OnFind ([in] IDispatch *Sender) | |
This event occurs when the user clicks the "Find" button. | |
OnReplace ([in] IDispatch *Sender) | |
This event occurs when the user clicks the "Replace" button. | |
OnReplaceAll ([in] IDispatch *Sender) | |
This event occurs when the user clicks the "Replace all" button. | |
OnClose ([in] IDispatch *Sender) | |
This event occurs when the user closes the dialog. | |
OnHelp ([in] IDispatch *Sender) | |
This event occurs when the user clicks the "Help" button. |
OnClose | ( | [in] IDispatch * | Sender | ) |
This event occurs when the user closes the dialog.
Sender | The object that raised the event. |
OnFind | ( | [in] IDispatch * | Sender | ) |
This event occurs when the user clicks the "Find" button.
Sender | The object that raised the event. |
OnHelp | ( | [in] IDispatch * | Sender | ) |
This event occurs when the user clicks the "Help" button.
Sender | The object that raised the event. |
OnReplace | ( | [in] IDispatch * | Sender | ) |
This event occurs when the user clicks the "Replace" button.
Sender | The object that raised the event. |
OnReplaceAll | ( | [in] IDispatch * | Sender | ) |
This event occurs when the user clicks the "Replace all" button.
Sender | The object that raised the event. |