Table of Contents

Class SyntaxEditView.MauiGotoLineDialog

Namespace
Alternet.Editor
Assembly
Alternet.Editor.MAUI.v10.dll

Represents a dialog for navigating to a specific line in the editor.

protected class SyntaxEditView.MauiGotoLineDialog : IGotoLineDialog
Inheritance
SyntaxEditView.MauiGotoLineDialog
Implements

Constructors

MauiGotoLineDialog()

Properties

Font
UseAsync

Methods

Execute(object, int, ref int)
Execute(object, int, ref int, IWin32Window)
ExecuteAsync(object, int, int, IWin32Window, Action<int>)
RaiseHelpRequested(HelpEventArgs)

Raises the HelpRequested event.

Events

HelpRequested