C# Класс NetIde.Services.WaitDialog.WaitDialogForm

Наследование: DialogForm
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
UpdateProgress ( string message, string progressText, float progress, bool disableCancel ) : void
WaitDialogForm ( SynchronizationContext synchronizationContext, string caption, string message, string progressText, bool canCancel, bool realProgress, float progress, IntPtr waitHandles ) : System

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

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

Clean up any resources being used.

SetVisibleCore ( bool value ) : void

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

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

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

SignalWaitHandleCompletion ( object state ) : void
UpdateProgressBar ( float progress ) : void

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

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

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

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

protected SetVisibleCore ( bool value ) : void
value bool
Результат void

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

public UpdateProgress ( string message, string progressText, float progress, bool disableCancel ) : void
message string
progressText string
progress float
disableCancel bool
Результат void

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

public WaitDialogForm ( SynchronizationContext synchronizationContext, string caption, string message, string progressText, bool canCancel, bool realProgress, float progress, IntPtr waitHandles ) : System
synchronizationContext System.Threading.SynchronizationContext
caption string
message string
progressText string
canCancel bool
realProgress bool
progress float
waitHandles System.IntPtr
Результат System