ProgressDialogTimerFlags Enumeration

Flags that indicate the action to be taken by the timer of the progress dialog box for Timer(ProgressDialogTimerFlags, IntPtr) function.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum ProgressDialogTimerFlags

Remarks

Members

Reset 1 Resets the timer to zero. Progress will be calculated from the time this method is called.
Pause 2 Progress has been suspended.
Resume 3 Progress has been resumed.

See Also