C# Class RadioDld.Status

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: ribbons/RadioDownloader Class Usage Examples

Public Methods

Method Description
ShowDialog ( Form parent, MethodInvoker work ) : DialogResult
ShowDialog ( MethodInvoker work ) : DialogResult
Status ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

ShowDialog() public method

public ShowDialog ( Form parent, MethodInvoker work ) : DialogResult
parent System.Windows.Forms.Form
work MethodInvoker
return DialogResult

ShowDialog() public method

public ShowDialog ( MethodInvoker work ) : DialogResult
work MethodInvoker
return DialogResult

Status() public method

public Status ( ) : System
return System