C# Class TpTrayUtility.Components.TpLabel

Inheritance: System.Windows.Forms.Label
Exibir arquivo Open project: TargetProcess/Tp.TrayUtility Class Usage Examples

Public Methods

Method Description
TpLabel ( ) : System

Protected Methods

Method Description
OnClick ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnParentBackColorChanged ( EventArgs e ) : void
OnParentChanged ( EventArgs e ) : void

Method Details

OnClick() protected method

protected OnClick ( EventArgs e ) : void
e System.EventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnParentBackColorChanged() protected method

protected OnParentBackColorChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnParentChanged() protected method

protected OnParentChanged ( EventArgs e ) : void
e System.EventArgs
return void

TpLabel() public method

public TpLabel ( ) : System
return System