C# Class TpTrayUtility.Components.TpLabel

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

Méthodes publiques

Méthode Description
TpLabel ( ) : System

Méthodes protégées

Méthode Description
OnClick ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnParentBackColorChanged ( EventArgs e ) : void
OnParentChanged ( EventArgs e ) : void

Method Details

OnClick() protected méthode

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

OnPaint() protected méthode

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

OnParentBackColorChanged() protected méthode

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

OnParentChanged() protected méthode

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

TpLabel() public méthode

public TpLabel ( ) : System
Résultat System