C# Class ARCed.Scintilla.Scrolling

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

Méthodes publiques

Méthode Description
ScrollBy ( int columns, int lines ) : void
ScrollToCaret ( ) : void

Private Methods

Méthode Description
ResetEndAtLastLine ( ) : void
ResetHorizontalWidth ( ) : void
ResetScrollBars ( ) : void
ResetXOffset ( ) : void
Scrolling ( Scintilla scintilla ) : System.ComponentModel
ShouldSerialize ( ) : bool
ShouldSerializeEndAtLastLine ( ) : bool
ShouldSerializeHorizontalWidth ( ) : bool
ShouldSerializeScrollBars ( ) : bool
ShouldSerializeXOffset ( ) : bool

Method Details

ScrollBy() public méthode

public ScrollBy ( int columns, int lines ) : void
columns int
lines int
Résultat void

ScrollToCaret() public méthode

public ScrollToCaret ( ) : void
Résultat void