C# Class ARCed.Scintilla.GoTo

Inheritance: TopLevelHelper
Show file Open project: borisblizzard/arcreator

Public Methods

Method Description
Line ( int number ) : void
Position ( int pos ) : void
ShowGoToDialog ( ) : void

Private Methods

Method Description
GoTo ( Scintilla scintilla ) : System.Windows.Forms

Method Details

Line() public method

public Line ( int number ) : void
number int
return void

Position() public method

public Position ( int pos ) : void
pos int
return void

ShowGoToDialog() public method

public ShowGoToDialog ( ) : void
return void