C# Class TpTrayUtility.Components.TogleButton

Inheritance: TpBaseButton
Afficher le fichier Open project: TargetProcess/Tp.TrayUtility Class Usage Examples

Méthodes publiques

Méthode Description
TogleButton ( Bitmap _normal, Bitmap _over, Bitmap _pressed ) : System.Drawing

Méthodes protégées

Méthode Description
OnMouseDown ( MouseEventArgs mevent ) : void
OnPaint ( PaintEventArgs e ) : void

Method Details

OnMouseDown() protected méthode

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

OnPaint() protected méthode

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

TogleButton() public méthode

public TogleButton ( Bitmap _normal, Bitmap _over, Bitmap _pressed ) : System.Drawing
_normal System.Drawing.Bitmap
_over System.Drawing.Bitmap
_pressed System.Drawing.Bitmap
Résultat System.Drawing