C# Class TpTrayUtility.Components.TpBaseButton

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

Protected Properties

Свойство Type Description
isOver bool
isPressed bool
normal System.Drawing.Bitmap
over System.Drawing.Bitmap
pressed System.Drawing.Bitmap

Méthodes publiques

Méthode Description
TpBaseButton ( ) : System

Méthodes protégées

Méthode Description
OnMouseDown ( MouseEventArgs mevent ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseUp ( MouseEventArgs mevent ) : void
OnPaint ( PaintEventArgs pevent ) : void

Method Details

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 pevent ) : void
pevent PaintEventArgs
Résultat void

TpBaseButton() public méthode

public TpBaseButton ( ) : System
Résultat System

Property Details

isOver protected_oe property

protected bool isOver
Résultat bool

isPressed protected_oe property

protected bool isPressed
Résultat bool

normal protected_oe property

protected Bitmap,System.Drawing normal
Résultat System.Drawing.Bitmap

over protected_oe property

protected Bitmap,System.Drawing over
Résultat System.Drawing.Bitmap

pressed protected_oe property

protected Bitmap,System.Drawing pressed
Résultat System.Drawing.Bitmap