The Goto
public class GotoDialog : System.Windows.Forms.Form
Public Class GotoDialog
Inherits System.Windows.Forms.Form
Introduced: X13.
The following example creates a Goto
TXTextControl.GotoDialog dlg = new TXTextControl.GotoDialog(textControl1);
dlg.Show();
Dim dlg As TXTextControl.GotoDialog = New TXTextControl.GotoDialog(textControl1)
dlg.Show()
Constructor | Description |
---|---|
Goto |
Creates a Goto |
Enumeration | Description |
---|---|
Dialog |
Each Dialog |
Method | Description |
---|---|
Find |
Finds a control that has the provided identifier name. |