C# Class Disco.ClientBootstrapper.FormStatus

Inheritance: System.Windows.Forms.Form, IStatus
Show file Open project: garysharp/Disco Class Usage Examples

Public Methods

Method Description
FormStatus ( ) : System
UpdateStatus ( string Heading, string SubHeading, string Message, Nullable ShowProgress = null, Nullable Progress = null ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
FormStatus_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
InitializeComponent ( ) : void

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

UpdateStatusDo ( string Heading, string SubHeading, string Message, Nullable ShowProgress, Nullable Progress ) : 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

FormStatus() public method

public FormStatus ( ) : System
return System

UpdateStatus() public method

public UpdateStatus ( string Heading, string SubHeading, string Message, Nullable ShowProgress = null, Nullable Progress = null ) : void
Heading string
SubHeading string
Message string
ShowProgress Nullable
Progress Nullable
return void