Class Progress
Implements
System.IDisposable
Inherited Members
Namespace: UICatalog.Scenarios
Assembly: UICatalog.dll
Syntax
[Scenario.ScenarioMetadata("Progress", "Shows off ProgressBar and Threading.")]
[Scenario.ScenarioCategory("Controls")]
[Scenario.ScenarioCategory("Threading")]
[Scenario.ScenarioCategory("ProgressBar")]
public class Progress : Scenario
Constructors
Progress()
Declaration
public Progress()
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
Setup()
Declaration
public override void Setup()
Overrides
Implements
System.IDisposable