​
​
​

Creates a GotoDialog object for the specified Windows Forms TextControl.

GotoDialog(TextControl)

​public GotoDialog(TextControl textControl);
​Public Sub New(textControl As TextControl)

Parameters

Parameter Description
textControl Specifies the TextControl for which the dialog box is opened.
​