C# 클래스 OdessaGUIProject.Windows7ProgressBar

상속: System.Windows.Forms.ProgressBar
파일 보기 프로젝트 열기: noahsw/highlight-hunter

Private Properties

프로퍼티 타입 설명
SetStateInTaskBar void
SetValueInTaskBar void
Windows7ProgressBar_Shown void

공개 메소드들

메소드 설명
Increment ( int value ) : void

Advances the current position of the progress bar by the specified amount.

PerformStep ( ) : void

Advances the current position of the progress bar by the amount of the System.Windows.Forms.ProgressBar.Step property.

Windows7ProgressBar ( ) : System.ComponentModel
Windows7ProgressBar ( ContainerControl parentControl ) : System.ComponentModel

비공개 메소드들

메소드 설명
SetStateInTaskBar ( ) : void
SetValueInTaskBar ( ) : void
Windows7ProgressBar_Shown ( object sender, System e ) : void

메소드 상세

Increment() 공개 메소드

Advances the current position of the progress bar by the specified amount.
public Increment ( int value ) : void
value int The amount by which to increment the progress bar's current position.
리턴 void

PerformStep() 공개 메소드

Advances the current position of the progress bar by the amount of the System.Windows.Forms.ProgressBar.Step property.
public PerformStep ( ) : void
리턴 void

Windows7ProgressBar() 공개 메소드

public Windows7ProgressBar ( ) : System.ComponentModel
리턴 System.ComponentModel

Windows7ProgressBar() 공개 메소드

public Windows7ProgressBar ( ContainerControl parentControl ) : System.ComponentModel
parentControl System.Windows.Forms.ContainerControl
리턴 System.ComponentModel