C# 클래스 YamuiFramework.Controls.YamuiProgressBar

상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: jcaillon/3P

Private Properties

프로퍼티 타입 설명
AutoSetIsVertical void
ChangeColorBrightness Color
Desaturate Color
DrawCenterElement void
DrawHorizProgress void
DrawMarquee void
DrawVerticalProgress void
UpdateLgBrushes void
_tmrMarquee_Tick void

공개 메소드들

메소드 설명
YamuiProgressBar ( ) : System

보호된 메소드들

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

Raises the ProgressChanged event

OnProgressCompleted ( ) : void

Raises the ProgressCompleted event

OnResize ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void

비공개 메소드들

메소드 설명
AutoSetIsVertical ( ) : void
ChangeColorBrightness ( Color color, int factor ) : Color
Desaturate ( Color color ) : Color
DrawCenterElement ( ) : void
DrawHorizProgress ( ) : void
DrawMarquee ( ) : void
DrawVerticalProgress ( ) : void
UpdateLgBrushes ( ) : void
_tmrMarquee_Tick ( object sender, EventArgs e ) : void

메소드 상세

OnEnabledChanged() 보호된 메소드

protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPaint() 보호된 메소드

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

OnPaintBackground() 보호된 메소드

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

OnProgressChanged() 보호된 메소드

Raises the ProgressChanged event
protected OnProgressChanged ( ) : void
리턴 void

OnProgressCompleted() 보호된 메소드

Raises the ProgressCompleted event
protected OnProgressCompleted ( ) : void
리턴 void

OnResize() 보호된 메소드

protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnTextChanged() 보호된 메소드

protected OnTextChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

YamuiProgressBar() 공개 메소드

public YamuiProgressBar ( ) : System
리턴 System