C# Class ICSharpCode.TextEditor.TextAreaControl

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство Type Description
AdjustScrollBarsClearCache void
AdjustScrollBarsOnDocumentChange void
DocumentTextContentChanged void
DocumentUpdateCommitted void
HScrollBarValueChanged void
VScrollBarValueChanged void

Méthodes publiques

Méthode Description
AdjustScrollBars ( ) : void
CenterViewOn ( int line, int treshold ) : void

Scroll so that the specified line is centered.

HandleMouseWheel ( MouseEventArgs e ) : void
JumpTo ( int line ) : void
JumpTo ( int line, int column ) : void
OptionsChanged ( ) : void
ResizeTextArea ( ) : void
ScrollTo ( int line ) : void

Ensure that line is visible.

ScrollTo ( int line, int column ) : void
ScrollToCaret ( ) : void
SetScrollBarBounds ( ) : void
TextAreaControl ( TextEditorControl motherTextEditorControl ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnEnter ( EventArgs e ) : void
OnMouseWheel ( MouseEventArgs e ) : void
OnResize ( System e ) : void

Private Methods

Méthode Description
AdjustScrollBarsClearCache ( ) : void
AdjustScrollBarsOnDocumentChange ( object sender, ICSharpCode.TextEditor.Document.DocumentEventArgs e ) : void
DocumentTextContentChanged ( object sender, EventArgs e ) : void
DocumentUpdateCommitted ( object sender, EventArgs e ) : void
HScrollBarValueChanged ( object sender, EventArgs e ) : void
VScrollBarValueChanged ( object sender, EventArgs e ) : void

Method Details

AdjustScrollBars() public méthode

public AdjustScrollBars ( ) : void
Résultat void

CenterViewOn() public méthode

Scroll so that the specified line is centered.
public CenterViewOn ( int line, int treshold ) : void
line int Line to center view on
treshold int If this action would cause scrolling by less than or equal to /// lines in any direction, don't scroll. /// Use -1 to always center the view.
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

HandleMouseWheel() public méthode

public HandleMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

JumpTo() public méthode

public JumpTo ( int line ) : void
line int
Résultat void

JumpTo() public méthode

public JumpTo ( int line, int column ) : void
line int
column int
Résultat void

OnEnter() protected méthode

protected OnEnter ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMouseWheel() protected méthode

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( System e ) : void
e System
Résultat void

OptionsChanged() public méthode

public OptionsChanged ( ) : void
Résultat void

ResizeTextArea() public méthode

public ResizeTextArea ( ) : void
Résultat void

ScrollTo() public méthode

Ensure that line is visible.
public ScrollTo ( int line ) : void
line int
Résultat void

ScrollTo() public méthode

public ScrollTo ( int line, int column ) : void
line int
column int
Résultat void

ScrollToCaret() public méthode

public ScrollToCaret ( ) : void
Résultat void

SetScrollBarBounds() public méthode

public SetScrollBarBounds ( ) : void
Résultat void

TextAreaControl() public méthode

public TextAreaControl ( TextEditorControl motherTextEditorControl ) : System
motherTextEditorControl TextEditorControl
Résultat System