DisplayGotoLineDialog Method
DisplayGotoLineDialog()
Initializes and runs a dialog prompting you for index of the line you need to locate.
Declaration
public virtual DialogResult DisplayGotoLineDialog()
Returns
Type | Description |
---|---|
DialogResult | DialogResult.OK if the user clicks OK in the dialog box; otherwise, DialogResult.Cancel. |
Implements
DisplayGotoLineDialog(IWin32Window)
Initializes and runs a dialog prompting you for index of the line you need to locate.
Declaration
public virtual DialogResult DisplayGotoLineDialog(IWin32Window owner)
Parameters
Type | Name | Description |
---|---|---|
IWin32Window | owner | Any object that implements IWin32Window that represents the top-level window that will own the modal dialog box. |
Returns
Type | Description |
---|---|
DialogResult | DialogResult.OK if the user clicks OK in the dialog box; otherwise, DialogResult.Cancel. |