C# 클래스 NanoByte.Common.Controls.AsyncWaitDialog

파일 보기 프로젝트 열기: nano-byte/common

공개 메소드들

메소드 설명
AsyncWaitDialog ( [ title, [ icon = null ) : System

Creates a new asynchrnous waiting dialog.

Start ( ) : void

Starts a new message pump with this dialog in a new thread.

Stop ( ) : void

Closes the dialog and stops the separate message pump.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
AsyncWaitDialog_FormClosing ( object sender, FormClosingEventArgs e ) : void
AsyncWaitDialog_Shown ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

메소드 상세

AsyncWaitDialog() 공개 메소드

Creates a new asynchrnous waiting dialog.
public AsyncWaitDialog ( [ title, [ icon = null ) : System
title [ The title of th dialog to display.
icon [ The icon for the dialog to display in the task bar; can be null.
리턴 System

Dispose() 보호된 메소드

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

Start() 공개 메소드

Starts a new message pump with this dialog in a new thread.
public Start ( ) : void
리턴 void

Stop() 공개 메소드

Closes the dialog and stops the separate message pump.
public Stop ( ) : void
리턴 void