Table of Contents

Class TaskLabel

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

A progress label that takes TaskSnapshot inputs.

public sealed class TaskLabel : Label
Inheritance
TaskLabel
Extension Methods

Constructors

TaskLabel()

public TaskLabel()

Methods

Report(TaskSnapshot)

Reports a progress update.

public void Report(TaskSnapshot value)

Parameters

value TaskSnapshot

The value of the updated progress.