Method DisplayModalReplaceDialog
DisplayModalReplaceDialog()
When implemented by a class, initializes and runs a modal dialog box allowing you to search for text and replace it.
DialogResult DisplayModalReplaceDialog()
Returns
- DialogResult
DialogResult.OK if the user clicks OK in the dialog box; otherwise, DialogResult.Cancel.
DisplayModalReplaceDialog(IWin32Window)
When implemented by a class, initializes and runs a modal dialog box allowing you to search for text and replace it.
DialogResult DisplayModalReplaceDialog(IWin32Window owner)
Parameters
owner
IWin32WindowAny object that implements IWin32Window that represents the top-level window that will own the modal dialog box.
Returns
- DialogResult
DialogResult.OK if the user clicks OK in the dialog box; otherwise, DialogResult.Cancel.