C# Class PerformanceCounterControls.VerticalLabel

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: Behzadkhosravifar/MakeClassSchedule

Private Properties

Свойство Type Description
InitializeComponent void
VerticalTextBox_Resize void

Méthodes publiques

Méthode Description
VerticalLabel ( ) : System

VerticalLabel constructor

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Dispose override method

OnPaint ( System e ) : void

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

Private Methods

Méthode Description
InitializeComponent ( ) : void
VerticalTextBox_Resize ( object sender, System e ) : void

Method Details

Dispose() protected méthode

Dispose override method
protected Dispose ( bool disposing ) : void
disposing bool boolean parameter
Résultat void

OnPaint() protected méthode

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

VerticalLabel() public méthode

VerticalLabel constructor
public VerticalLabel ( ) : System
Résultat System