Table of Contents

Method DisplaySearchDialog

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

DisplaySearchDialog()

Initializes and runs a dialog box allowing you to search for some text.

public virtual bool DisplaySearchDialog()

Returns

bool

DialogResult.OK if the user clicks OK in the dialog box; otherwise, DialogResult.Cancel.

DisplaySearchDialog(Window)

Initializes and runs a dialog box allowing you to search for some text.

public virtual bool DisplaySearchDialog(Window owner)

Parameters

owner Window

Returns

bool

DisplaySearchDialog(OwnerWindow)

Initializes and runs a dialog box allowing you to search for some text.

public virtual bool DisplaySearchDialog(OwnerWindow owner)

Parameters

owner OwnerWindow

Returns

bool