C# 클래스 Sample.ProgressBarForm

상속: System.Windows.Forms.Form, IMessageFilter
파일 보기 프로젝트 열기: abbyysdk/ocrsdk.com 1 사용 예제들

공개 메소드들

메소드 설명
EndProgress ( ) : void
ProgressBarForm ( Form owner ) : System.Windows.Forms
ShowMessage ( string message ) : void
ShowProgress ( int progress ) : void

비공개 메소드들

메소드 설명
IMessageFilter ( Message &m ) : bool

메소드 상세

EndProgress() 공개 메소드

public EndProgress ( ) : void
리턴 void

ProgressBarForm() 공개 메소드

public ProgressBarForm ( Form owner ) : System.Windows.Forms
owner System.Windows.Forms.Form
리턴 System.Windows.Forms

ShowMessage() 공개 메소드

public ShowMessage ( string message ) : void
message string
리턴 void

ShowProgress() 공개 메소드

public ShowProgress ( int progress ) : void
progress int
리턴 void