C# Class ComponentFactory.Krypton.Toolkit.ModalWaitDialog

Inheritance: System.Windows.Forms.Form, IMessageFilter
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
ModalWaitDialog ( ) : System

Initialize a new instance of the ModalWaitDialog class.

UpdateDialog ( ) : void

Called periodically to update the wait dialog.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void

Raises the OnPaint event.

Private Methods

Method Description
InitializeComponent ( ) : void

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

PreFilterMessage ( Message &m ) : bool

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

ModalWaitDialog() public method

Initialize a new instance of the ModalWaitDialog class.
public ModalWaitDialog ( ) : System
return System

OnPaint() protected method

Raises the OnPaint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs A PaintEventArgs containing event data.
return void

UpdateDialog() public method

Called periodically to update the wait dialog.
public UpdateDialog ( ) : void
return void