Table of Contents

Class GotoLineDialogWindow

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

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

public class GotoLineDialogWindow : Window, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
Inheritance
GotoLineDialogWindow
Implements
Extension Methods

Constructors

GotoLineDialogWindow()

Initializes a new instance of the GotoLineDialogWindow 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

Execute(object, int, ref int, OwnerWindow)

Displays a goto dialog.

OnActivated(EventArgs)

Raises the Activated event.

OnSourceInitialized(EventArgs)

Raises the SourceInitialized event.