GetProgressView Method
Launches a new instance of a Progress Dialog
Syntax
public static IProgressView GetProgressView(
System.string caption,
System.string header,
System.Collections.Generic.IEnumerable<ProgressValue> values,
System.int perc
)Public Shared Function GetProgressView( _
ByVal caption As System.String, _
ByVal header As System.String, _
Optional ByVal values As System.Collections.Generic.IEnumerable(Of ProgressValue), _
Optional ByVal perc As System.Integer _
) As IProgressViewParameters
| Name | Description |
|---|---|
| caption | The caption to appear in the Progress Dialog |
| header | The top level header describing the current state of an operation |
| values | A list of information values to display in the Progress Dialog |
| perc | The Percent complete. If -1, the dialog will use a cylon progress indicator instead of a percentage based indicator |
Return Value
An interface which can be used to control the state of the Progress Dialog