C# Class WatchDog.ProgressDialog

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

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Done ( ) : void
Résultat void

ProgressDialog() public méthode

public ProgressDialog ( ) : System
Résultat System

getForm() public méthode

public getForm ( ) : Form
Résultat System.Windows.Forms.Form

getProgress() public méthode

public getProgress ( ) : int
Résultat int

setAction() public méthode

public setAction ( string action ) : void
action string
Résultat void

setProgress() public méthode

public setProgress ( int value ) : void
value int
Résultat void

setWindowTitle() public méthode

public setWindowTitle ( string title ) : void
title string
Résultat void