Table of Contents

Class DlgGoto

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

Represents dialog box that allows moving to a specific line index within Edit control.

public class DlgGoto : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IGotoLineDialog
Inheritance
DlgGoto
Implements

Constructors

DlgGoto()

Initializes a new instance of the DlgGoto class with default settings.

Properties

Line

Gets or sets index of the current line. When dialog executes receives index of the new line.

Lines

Sets number of lines in the control's text content.

Methods

Dispose(bool)

Clean up any resources being used.

Execute(object, int, ref int)

Displays a goto dialog.

Execute(object, int, ref int, IWin32Window)

Displays a goto dialog.