DisplayGotoLineDialog Method
DisplayGotoLineDialog()
Initializes and runs a dialog prompting you for index of the line you need to locate.
Declaration
public virtual bool DisplayGotoLineDialog()
Returns
Type |
Description |
Boolean |
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.
Declaration
public virtual bool DisplayGotoLineDialog(OwnerWindow owner)
Parameters
Returns
DisplayGotoLineDialog(Window)
Initializes and runs a dialog prompting you for index of the line you need to locate.
Declaration
public virtual bool DisplayGotoLineDialog(Window owner)
Parameters
Type |
Name |
Description |
Window |
owner |
|
Returns