Table of Contents

Method DisplayGotoLineDialog

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

DisplayGotoLineDialog()

Initializes and runs a dialog prompting you for index of the line you need to locate.

public virtual DialogResult DisplayGotoLineDialog()

Returns

DialogResult

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

DisplayGotoLineDialog(IWin32Window)

Initializes and runs a dialog prompting you for index of the line you need to locate.

public virtual DialogResult DisplayGotoLineDialog(IWin32Window owner)

Parameters

owner IWin32Window

Any object that implements IWin32Window that represents the top-level window that will own the modal dialog box.

Returns

DialogResult

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