Method ShowDialogGoToLine
ShowDialogGoToLine(int, ref int, Control?)
Shows 'Go To Line' dialog.
public static DialogResult ShowDialogGoToLine(int lines, ref int line, Control? owner)
Parameters
Returns
ShowDialogGoToLine(object?)
Shows 'Go To Line' dialog.
public static bool ShowDialogGoToLine(object? textBox)
Parameters
textBox
object
Returns
Remarks
textBox
parameter must support ISimpleRichTextBox
interface.