C# 클래스 Tibialyzer.ProgressBarLabel

상속: System.Windows.Forms.Label
파일 보기 프로젝트 열기: Mytherin/Tibialyzer

공개 프로퍼티들

프로퍼티 타입 설명
backColor Color
percentage double

공개 메소드들

메소드 설명
ProgressBarLabel ( ) : System

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void

메소드 상세

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnPaintBackground() 보호된 메소드

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

ProgressBarLabel() 공개 메소드

public ProgressBarLabel ( ) : System
리턴 System

프로퍼티 상세

backColor 공개적으로 프로퍼티

public Color backColor
리턴 Color

percentage 공개적으로 프로퍼티

public double percentage
리턴 double