Метод | Описание | |
---|---|---|
GotoLineForm ( ) : System |
Default constructor for the GotoLineForm.
|
|
GotoLineForm ( |
Creates a GotoLineForm that will be assigned to a specific Owner control.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
GotoLine_Activated ( object sender, |
||
GotoLine_Closing ( object sender, CancelEventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
btnCancel_Click ( object sender, |
||
btnOK_Click ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public GotoLineForm ( |
||
Owner | The SyntaxBox that will use the GotoLineForm | |
RowCount | int | The number of lines in the owner control |
Результат | System |