Table of Contents

Interface IGotoLineDialog

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 interface IGotoLineDialog

Properties

AdditionalResources

When implemented by a class, gets or sets a dictionary containing additional resources for the dialog window, such as control styles.

Font

When implemented by a class, gets or sets a font for the dialog to use.

Methods

Execute(object, int, ref int)

When implemented by a class, displays a goto dialog.

Execute(object, int, ref int, OwnerWindow)

When implemented by a class, displays a goto dialog.

Execute(object, int, ref int, Window)

When implemented by a class, displays a goto dialog.

Events

HelpRequested

When implemented by a class, occurs when user requests help for a control.