Table of Contents

Class TaskProgressBar

Namespace
NanoByte.Common.Controls
Assembly
NanoByte.Common.WinForms.dll

A progress bar that takes TaskSnapshot inputs.

public sealed class TaskProgressBar : ProgressBar
Inheritance
TaskProgressBar
Extension Methods

Constructors

TaskProgressBar()

public TaskProgressBar()

Methods

Report(TaskSnapshot)

Reports a progress update.

public void Report(TaskSnapshot value)

Parameters

value TaskSnapshot

The value of the updated progress.