C# Класс ComponentFactory.Krypton.Toolkit.ModalWaitDialog

Наследование: System.Windows.Forms.Form, IMessageFilter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ModalWaitDialog ( ) : System

Initialize a new instance of the ModalWaitDialog class.

UpdateDialog ( ) : void

Called periodically to update the wait dialog.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void

Raises the OnPaint event.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

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

PreFilterMessage ( Message &m ) : bool

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

ModalWaitDialog() публичный Метод

Initialize a new instance of the ModalWaitDialog class.
public ModalWaitDialog ( ) : System
Результат System

OnPaint() защищенный Метод

Raises the OnPaint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs A PaintEventArgs containing event data.
Результат void

UpdateDialog() публичный Метод

Called periodically to update the wait dialog.
public UpdateDialog ( ) : void
Результат void