C# Class ComponentFactory.Krypton.Toolkit.ModalWaitDialog

Inheritance: System.Windows.Forms.Form, IMessageFilter
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
ModalWaitDialog ( ) : System

Initialize a new instance of the ModalWaitDialog class.

UpdateDialog ( ) : void

Called periodically to update the wait dialog.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void

Raises the OnPaint event.

Private Methods

Méthode 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 méthode

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

ModalWaitDialog() public méthode

Initialize a new instance of the ModalWaitDialog class.
public ModalWaitDialog ( ) : System
Résultat System

OnPaint() protected méthode

Raises the OnPaint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs A PaintEventArgs containing event data.
Résultat void

UpdateDialog() public méthode

Called periodically to update the wait dialog.
public UpdateDialog ( ) : void
Résultat void