C# Class RadioDld.Status

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: ribbons/RadioDownloader Class Usage Examples

Méthodes publiques

Méthode Description
ShowDialog ( Form parent, MethodInvoker work ) : DialogResult
ShowDialog ( MethodInvoker work ) : DialogResult
Status ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Hide ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SetProgressBarMarquee_FormThread ( bool marquee ) : void
SetProgressBarMax_FormThread ( int value ) : void
SetProgressBarValue_FormThread ( int value ) : void
SetStatusText_FormThread ( string text ) : void
Status_FormClosing ( object sender, FormClosingEventArgs e ) : void
Status_Load ( object sender, EventArgs e ) : void
Status_Shown ( object sender, EventArgs e ) : void
WorkThread ( ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

ShowDialog() public méthode

public ShowDialog ( Form parent, MethodInvoker work ) : DialogResult
parent System.Windows.Forms.Form
work MethodInvoker
Résultat DialogResult

ShowDialog() public méthode

public ShowDialog ( MethodInvoker work ) : DialogResult
work MethodInvoker
Résultat DialogResult

Status() public méthode

public Status ( ) : System
Résultat System