C# 클래스 IBE.ProgressView

파일 보기 프로젝트 열기: Duke-Jones/ED-IBE

공개 메소드들

메소드 설명
ProgressView ( Control parent = null, Boolean SelfDoEvents = true ) : System
progressInfo ( string Info ) : void

sets a new info string

progressStart ( string Info = "" ) : void

shows the progress view

progressStop ( ) : void

closes the progress view

progressUpdate ( Int32 Value, Int32 Total, String infoText = null ) : void

set the progress to a new value

보호된 메소드들

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

Verwendete Ressourcen bereinigen.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.

cmdCancel_Click ( object sender, System e ) : void

event function of cancel button

progressUpdate ( Int32 Percent ) : void

set the progress to a new value

메소드 상세

Dispose() 보호된 메소드

Verwendete Ressourcen bereinigen.
protected Dispose ( bool disposing ) : void
disposing bool True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
리턴 void

ProgressView() 공개 메소드

public ProgressView ( Control parent = null, Boolean SelfDoEvents = true ) : System
parent Control
SelfDoEvents Boolean
리턴 System

progressInfo() 공개 메소드

sets a new info string
public progressInfo ( string Info ) : void
Info string
리턴 void

progressStart() 공개 메소드

shows the progress view
public progressStart ( string Info = "" ) : void
Info string
리턴 void

progressStop() 공개 메소드

closes the progress view
public progressStop ( ) : void
리턴 void

progressUpdate() 공개 메소드

set the progress to a new value
public progressUpdate ( Int32 Value, Int32 Total, String infoText = null ) : void
Value Int32 progress current value
Total Int32 total value
infoText String
리턴 void