Share via


ITaskFormState.Progress Property

Definition

Gets or sets the progress percentage. If set to less than 0 or greater than 100, the progress control is not visible.

public:
 property int Progress { int get(); void set(int value); };
public int Progress { get; set; }
member this.Progress : int with get, set
Public Property Progress As Integer

Property Value

An integer that represents the percentage of progress.

Applies to