AutoWikiBrowser.MainForm.JsAdapter.GoTo C# (CSharp) Method

GoTo() public method

Moves the caret to the input line within the article text box
public GoTo ( int destLine ) : void
destLine int the line number the caret should be moved to
return void
            public void GoTo(int destLine)
            {
                _owner.GoTo(destLine);
            }
        }