C# Class NetIde.Services.WaitDialog.WaitDialogForm

Inheritance: DialogForm
Mostrar archivo Open project: netide/netide Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

SetVisibleCore ( bool value ) : void

Private Methods

Method Description
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

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

SetVisibleCore() protected method

protected SetVisibleCore ( bool value ) : void
value bool
return void

UpdateProgress() public method

public UpdateProgress ( string message, string progressText, float progress, bool disableCancel ) : void
message string
progressText string
progress float
disableCancel bool
return void

WaitDialogForm() public method

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
return System