Method DisplaySearchDialog
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
DisplaySearchDialog(OwnerWindow)
Initializes and runs a dialog box allowing you to search for some text.
public virtual bool DisplaySearchDialog(OwnerWindow owner)
Parameters
owner
OwnerWindow