Class SharpProgressDialogWpf
A progress dialog for WPF.
Implements
Inherited Members
Namespace: SharpDialogs.Wpf
Assembly: SharpDialogs.Wpf.dll
Syntax
public class SharpProgressDialogWpf : SharpProgressDialog, IDisposable
Constructors
| Edit this page View SourceSharpProgressDialogWpf(Window?, string?, string?, bool, bool)
Creates a progress dialog.
Declaration
public SharpProgressDialogWpf(Window? owner, string? title, string? cancelMessage = null, bool allowCancel = true, bool showTime = true)
Parameters
| Type | Name | Description |
|---|---|---|
| Window | owner | The owner window. |
| string | title | The title of the dialog. |
| string | cancelMessage | The cancel message of the dialog. |
| bool | allowCancel | Shows a cancel button. |
| bool | showTime | Shows the progress time. |