TaskDialogTickEventArgs Class

Provides arguments for the TaskDialog.Tick event.

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public class TaskDialogTickEventArgs : EventArgs
Inheritance
Object    EventArgs    TaskDialogTickEventArgs

Properties

Elapsed Gets the elapsed time, in milliseconds, since the dialog is created or reallocated due to a special property change, or the last reset.
Reset Gets or sets whether the timer should be reset. If set to , the Elapsed property of the next Tick event will be relative to the current time rather than continuing from the current Elapsed value.
Default value: .

See Also