C# Class FastColoredTextBoxNS.DocumentMap

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: samarjeet27/ynoteclassic Class Usage Examples

Méthodes publiques

Свойство Type Description
TargetChanged EventHandler

Private Properties

Свойство Type Description
Application_Idle void
OnScroll void
Scroll void

Méthodes publiques

Méthode Description
DocumentMap ( ) : System
NeedRepaint ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnTargetChanged ( ) : void
Subscribe ( FastColoredTextBox target ) : void
Target_Scroll ( object sender, ScrollEventArgs e ) : void
Target_SelectionChanged ( object sender, EventArgs e ) : void
Target_VisibleRangeChanged ( object sender, EventArgs e ) : void
UnSubscribe ( FastColoredTextBox target ) : void

Private Methods

Méthode Description
Application_Idle ( object sender, EventArgs e ) : void
OnScroll ( ) : void
Scroll ( Point point ) : void

Method Details

Dispose() protected méthode

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

DocumentMap() public méthode

public DocumentMap ( ) : System
Résultat System

NeedRepaint() public méthode

public NeedRepaint ( ) : void
Résultat void

OnMouseDown() protected méthode

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

OnMouseMove() protected méthode

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

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnResize() protected méthode

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

OnTargetChanged() protected méthode

protected OnTargetChanged ( ) : void
Résultat void

Subscribe() protected méthode

protected Subscribe ( FastColoredTextBox target ) : void
target FastColoredTextBox
Résultat void

Target_Scroll() protected méthode

protected Target_Scroll ( object sender, ScrollEventArgs e ) : void
sender object
e System.Windows.Forms.ScrollEventArgs
Résultat void

Target_SelectionChanged() protected méthode

protected Target_SelectionChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Target_VisibleRangeChanged() protected méthode

protected Target_VisibleRangeChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

UnSubscribe() protected méthode

protected UnSubscribe ( FastColoredTextBox target ) : void
target FastColoredTextBox
Résultat void

Property Details

TargetChanged public_oe property

public EventHandler TargetChanged
Résultat EventHandler