This is used to enter the line number for the Goto Line editor action.

Namespace: SandcastleBuilder.Gui.ContentEditors
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 1.9.0.0

Syntax

C#
public class GotoLineDlg : Form
Visual Basic
Public Class GotoLineDlg _
	Inherits Form

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..Form
              SandcastleBuilder.Gui.ContentEditors..::..GotoLineDlg

See Also