C# 클래스 MetroFramework.Controls.MetroProgressBar

상속: System.Windows.Forms.ProgressBar, IMetroControl
파일 보기 프로젝트 열기: AshishKilmist/MetroFramework 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DrawProgressContinuous void
DrawProgressMarquee void
DrawProgressText void
StartTimer void
StopTimer void
marqueeTimer_Tick void

공개 메소드들

메소드 설명
GetPreferredSize ( Size proposedSize ) : Size
MetroProgressBar ( ) : System

보호된 메소드들

메소드 설명
OnCustomPaint ( MetroPaintEventArgs e ) : void
OnCustomPaintBackground ( MetroPaintEventArgs e ) : void
OnCustomPaintForeground ( MetroPaintEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnPaintForeground ( PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
DrawProgressContinuous ( Graphics graphics ) : void
DrawProgressMarquee ( Graphics graphics ) : void
DrawProgressText ( Graphics graphics ) : void
StartTimer ( ) : void
StopTimer ( ) : void
marqueeTimer_Tick ( object sender, EventArgs e ) : void

메소드 상세

GetPreferredSize() 공개 메소드

public GetPreferredSize ( Size proposedSize ) : Size
proposedSize System.Drawing.Size
리턴 System.Drawing.Size

MetroProgressBar() 공개 메소드

public MetroProgressBar ( ) : System
리턴 System

OnCustomPaint() 보호된 메소드

protected OnCustomPaint ( MetroPaintEventArgs e ) : void
e MetroFramework.Drawing.MetroPaintEventArgs
리턴 void

OnCustomPaintBackground() 보호된 메소드

protected OnCustomPaintBackground ( MetroPaintEventArgs e ) : void
e MetroFramework.Drawing.MetroPaintEventArgs
리턴 void

OnCustomPaintForeground() 보호된 메소드

protected OnCustomPaintForeground ( MetroPaintEventArgs e ) : void
e MetroFramework.Drawing.MetroPaintEventArgs
리턴 void

OnPaint() 보호된 메소드

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

OnPaintBackground() 보호된 메소드

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

OnPaintForeground() 보호된 메소드

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