Click or drag to resize

ProgressDialogShowTimeRemaining Property

Gets or sets a value that indicates whether an estimate of the remaining time will be shown.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool ShowTimeRemaining { get; set; }

Property Value

Type: Boolean
if an estimate of remaining time will be shown; otherwise, . The default value is .
Remarks

This property must be set before ShowDialog or Show is called. Changing property has no effect while the dialog is being displayed.

See Also