Method DisplayReplaceDialog
DisplayReplaceDialog()
Initializes and runs a dialog box allowing you to search for text and replace it.
public virtual bool DisplayReplaceDialog()
Returns
- bool
DialogResult.OK if the user clicks OK in the dialog box; otherwise, DialogResult.Cancel.
DisplayReplaceDialog(Window)
Initializes and runs a dialog box allowing you to search for text and replace it.
public virtual bool DisplayReplaceDialog(Window owner)
Parameters
owner
Window