C# Class ARCed.Scintilla.GoTo

Inheritance: TopLevelHelper
Afficher le fichier Open project: borisblizzard/arcreator

Méthodes publiques

Méthode Description
Line ( int number ) : void
Position ( int pos ) : void
ShowGoToDialog ( ) : void

Private Methods

Méthode Description
GoTo ( Scintilla scintilla ) : System.Windows.Forms

Method Details

Line() public méthode

public Line ( int number ) : void
number int
Résultat void

Position() public méthode

public Position ( int pos ) : void
pos int
Résultat void

ShowGoToDialog() public méthode

public ShowGoToDialog ( ) : void
Résultat void