TaskDialogTickEventArgsReset Property

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: .

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public bool Reset { get; set; }

Property Value

Boolean

See Also