Show / Hide Table of Contents

Enum ShellComponent.ProgressMode

Enum describing different progress modes.

Namespace: OpenTK.Platform.Native.Windows
Assembly: OpenTK.Platform.dll
Syntax
public enum ShellComponent.ProgressMode

Fields

Name Description
Error

The application encountered an error while processing data.

Indeterminate

The application is processing data but cannot make a time estimate for when the operation will be finished.

NoProgress

No progress bar is shown.

Normal

The application is processing data. Use completion to indicate current progress.

Paused

The application has paused the data processing.

See Also
SetProgressStatus(WindowHandle, ProgressMode, float)
In this article
Back to top Generated by DocFX