| 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; }
Public Property ShowTimeRemaining As Boolean
Get
Set
public:
property bool ShowTimeRemaining {
bool get ();
void set (bool value);
}
member ShowTimeRemaining : bool with 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