C# Class WatchDog.ProgressDialog

Shows the progress of the current action in a dialog.
Inheritance: WatchDog.MPForm
Datei anzeigen Open project: MediaPortal/MediaPortal-1

Public Methods

Method Description
Done ( ) : void
ProgressDialog ( ) : System
getForm ( ) : Form
getProgress ( ) : int
setAction ( string action ) : void
setProgress ( int value ) : void
setWindowTitle ( string title ) : void

Private Methods

Method Description
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

Method Details

Done() public method

public Done ( ) : void
return void

ProgressDialog() public method

public ProgressDialog ( ) : System
return System

getForm() public method

public getForm ( ) : Form
return System.Windows.Forms.Form

getProgress() public method

public getProgress ( ) : int
return int

setAction() public method

public setAction ( string action ) : void
action string
return void

setProgress() public method

public setProgress ( int value ) : void
value int
return void

setWindowTitle() public method

public setWindowTitle ( string title ) : void
title string
return void