IProgressDialogTimer Method

Resets the progress dialog box timer to zero.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
void Timer(
	ProgressDialogTimerFlags timerAction,
	IntPtr reserved = default
)

Parameters

timerAction  ProgressDialogTimerFlags
Flags that indicate the action to be taken by the timer.
reserved  IntPtr  (Optional)
Reserved. Set to NULL.

See Also