Table of Contents

Method DisplayGotoLineDialog

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

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

bool

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

Returns

bool