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:
.
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public bool Reset { get; set; }
Public Property Reset As Boolean
Get
Set
public:
property bool Reset {
bool get ();
void set (bool value);
}
member Reset : bool with get, set
Property Value
Boolean