Table of Contents

Method ShowDialogGoToLine

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ShowDialogGoToLine(int, ref int, Control?)

Shows 'Go To Line' dialog.

public static DialogResult ShowDialogGoToLine(int lines, ref int line, Control? owner)

Parameters

lines int

Number of lines.

line int

Current line number.

owner Control

Dialog owner.

Returns

DialogResult

ShowDialogGoToLine(object?)

Shows 'Go To Line' dialog.

public static bool ShowDialogGoToLine(object? textBox)

Parameters

textBox object

Returns

bool

Remarks

textBox parameter must support ISimpleRichTextBox interface.