C# 클래스 PerformanceCounterControls.VerticalLabel

상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: Behzadkhosravifar/MakeClassSchedule

Private Properties

프로퍼티 타입 설명
InitializeComponent void
VerticalTextBox_Resize void

공개 메소드들

메소드 설명
VerticalLabel ( ) : System

VerticalLabel constructor

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Dispose override method

OnPaint ( System e ) : void

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

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
VerticalTextBox_Resize ( object sender, System e ) : void

메소드 상세

Dispose() 보호된 메소드

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

OnPaint() 보호된 메소드

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

VerticalLabel() 공개 메소드

VerticalLabel constructor
public VerticalLabel ( ) : System
리턴 System