Displays a progress dialog to the user while a background operation executes.

Namespace: System.Extensions.Windows.Forms
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public sealed class ProgressDialog : Component
Visual Basic
Public NotInheritable Class ProgressDialog
	Inherits Component
Visual C++
public ref class ProgressDialog sealed : public Component
F#
[<SealedAttribute>]
type ProgressDialog =  
    class
        inherit Component
    end

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Extensions.Windows.Forms..::..ProgressDialog

See Also