ProgressDialogTimerFlags Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum ProgressDialogTimerFlags
Public Enumeration ProgressDialogTimerFlags
Dim instance As ProgressDialogTimerFlags
public enum class ProgressDialogTimerFlags
type ProgressDialogTimerFlags
No code example is currently available or this language may not be supported.
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.
|