C# Class Tibialyzer.ProgressBarLabel

Inheritance: System.Windows.Forms.Label
Show file Open project: Mytherin/Tibialyzer

Public Properties

Property Type Description
backColor Color
percentage double

Public Methods

Method Description
ProgressBarLabel ( ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void

Method Details

OnPaint() protected method

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

OnPaintBackground() protected method

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

ProgressBarLabel() public method

public ProgressBarLabel ( ) : System
return System

Property Details

backColor public property

public Color backColor
return Color

percentage public property

public double percentage
return double