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, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IProgress<TaskSnapshot>
Inheritance
object
MarshalByRefObject
TaskLabel
Implements
Inherited Members
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.