C# Class TpTrayUtility.Components.TpScrollBar

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: TargetProcess/Tp.TrayUtility Class Usage Examples

Méthodes publiques

Méthode Description
TpScrollBar ( Style st ) : System

Méthodes protégées

Méthode Description
OnMouseDown ( MouseEventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
SetSliderPoisitonByCoords ( int axisOffset ) : void
UpdateFromReal ( ) : void
UpdateReal ( ) : void

Private Methods

Méthode Description
repeatClickTimer_Tick ( object sender, EventArgs e ) : void

Method Details

OnMouseDown() protected méthode

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

OnMouseLeave() protected méthode

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

OnMouseMove() protected méthode

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

OnMouseUp() protected méthode

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

OnPaint() protected méthode

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

OnPaintBackground() protected méthode

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

SetSliderPoisitonByCoords() protected méthode

protected SetSliderPoisitonByCoords ( int axisOffset ) : void
axisOffset int
Résultat void

TpScrollBar() public méthode

public TpScrollBar ( Style st ) : System
st Style
Résultat System

UpdateFromReal() protected méthode

protected UpdateFromReal ( ) : void
Résultat void

UpdateReal() protected méthode

protected UpdateReal ( ) : void
Résultat void