C# Class TpTrayUtility.Components.TpButton

Inheritance: System.Windows.Forms.Button
Afficher le fichier Open project: TargetProcess/Tp.TrayUtility

Méthodes publiques

Méthode Description
TimerMethod ( Object state, EventArgs myEventArgs ) : void
TpButton ( ) : System

Méthodes protégées

Méthode Description
CalculateColor ( Color start, Color finish, double value ) : Color
Draw ( Graphics g ) : void
OnMouseDown ( MouseEventArgs mevent ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseUp ( MouseEventArgs mevent ) : void
OnPaint ( PaintEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void

Method Details

CalculateColor() protected méthode

protected CalculateColor ( Color start, Color finish, double value ) : Color
start Color
finish Color
value double
Résultat Color

Draw() protected méthode

protected Draw ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

OnMouseDown() protected méthode

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

OnMouseEnter() protected méthode

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

OnMouseLeave() protected méthode

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

OnMouseUp() protected méthode

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

OnPaint() protected méthode

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

OnSizeChanged() protected méthode

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

TimerMethod() public méthode

public TimerMethod ( Object state, EventArgs myEventArgs ) : void
state Object
myEventArgs System.EventArgs
Résultat void

TpButton() public méthode

public TpButton ( ) : System
Résultat System