C# 클래스 WatchDog.ProgressDialog

Shows the progress of the current action in a dialog.
상속: WatchDog.MPForm
파일 보기 프로젝트 열기: MediaPortal/MediaPortal-1

공개 메소드들

메소드 설명
Done ( ) : void
ProgressDialog ( ) : System
getForm ( ) : Form
getProgress ( ) : int
setAction ( string action ) : void
setProgress ( int value ) : void
setWindowTitle ( string title ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

OkButtonClick ( object sender, EventArgs e ) : void

메소드 상세

Done() 공개 메소드

public Done ( ) : void
리턴 void

ProgressDialog() 공개 메소드

public ProgressDialog ( ) : System
리턴 System

getForm() 공개 메소드

public getForm ( ) : Form
리턴 System.Windows.Forms.Form

getProgress() 공개 메소드

public getProgress ( ) : int
리턴 int

setAction() 공개 메소드

public setAction ( string action ) : void
action string
리턴 void

setProgress() 공개 메소드

public setProgress ( int value ) : void
value int
리턴 void

setWindowTitle() 공개 메소드

public setWindowTitle ( string title ) : void
title string
리턴 void