Task Indicator

A control used to show the status of a task by either showing a check mark or a spinning progress.

Namespace: LSOne.Controls

Assembly: LSOne.Controls.TaskIndicator

 

Syntax

public partial class TaskIndicator : UserControl

 

Constructors

Name

Description

TaskIndicator()

Default constructor

 

Properties

Name

Description

Status

Get or set the status of the indicator control. Uses the StatusEnum.

  • NotStarted: Nothing is displayed
  • InProgress: Displays a spinning progress
  • Done: Displays a check mark

 

See also