Table of Contents

Method DisplayReplaceDialog

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

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

Returns

bool