C# Class WinLib.Forms.LoadingForm

ファイルを表示 Open project: SortByte/Network-Manager Class Usage Examples

Public Methods

Method Description
Create ( string status, bool topMost = true ) : LoadingForm

Starts a splash loading form on a new thread running a separate message pump

Stop ( ) : void
UpdateProgress ( int percent ) : void
UpdateStatus ( string status ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

LoadingForm ( string status, bool topMost = true ) : System

Method Details

Create() public static method

Starts a splash loading form on a new thread running a separate message pump
public static Create ( string status, bool topMost = true ) : LoadingForm
status string
topMost bool
return LoadingForm

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

Stop() public method

public Stop ( ) : void
return void

UpdateProgress() public method

public UpdateProgress ( int percent ) : void
percent int
return void

UpdateStatus() public method

public UpdateStatus ( string status ) : void
status string
return void