C# Class PerformanceCounterControls.VerticalLabel

Inheritance: System.Windows.Forms.Control
Mostra file Open project: Behzadkhosravifar/MakeClassSchedule

Private Properties

Property Type Description
InitializeComponent void
VerticalTextBox_Resize void

Public Methods

Method Description
VerticalLabel ( ) : System

VerticalLabel constructor

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Dispose override method

OnPaint ( System e ) : void

OnPaint override. This is where the text is rendered vertically.

Private Methods

Method Description
InitializeComponent ( ) : void
VerticalTextBox_Resize ( object sender, System e ) : void

Method Details

Dispose() protected method

Dispose override method
protected Dispose ( bool disposing ) : void
disposing bool boolean parameter
return void

OnPaint() protected method

OnPaint override. This is where the text is rendered vertically.
protected OnPaint ( System e ) : void
e System PaintEventArgs
return void

VerticalLabel() public method

VerticalLabel constructor
public VerticalLabel ( ) : System
return System