Method DisplayGotoLineDialog
DisplayGotoLineDialog()
Initializes and runs a dialog prompting you for index of the line you need to locate.
public virtual bool DisplayGotoLineDialog()
Returns
- bool
DialogResult.OK if the user clicks OK in the dialog box; otherwise, DialogResult.Cancel.
DisplayGotoLineDialog(OwnerWindow)
Initializes and runs a dialog prompting you for index of the line you need to locate.
public virtual bool DisplayGotoLineDialog(OwnerWindow owner)
Parameters
owner
OwnerWindow
Returns
DisplayGotoLineDialog(Window)
Initializes and runs a dialog prompting you for index of the line you need to locate.
public virtual bool DisplayGotoLineDialog(Window owner)
Parameters
owner
Window