ProgressDialog Class

Definition

public ref class ProgressDialog : System::Windows::Forms::Form
public class ProgressDialog : System.Windows.Forms.Form
type ProgressDialog = class
    inherit Form
Public Class ProgressDialog
Inherits Form
Inheritance
ProgressDialog

Constructors

ProgressDialog()

Properties

CancelEnabled

Methods

Complete()
Dispose(Boolean)
ShowDialog(IUIService, String, String)
ShowDialog(IWin32Window, String, String)
ShowDialog(IWin32Window, String, String, Int32)
ShowProgress(Int32)
ShowProgress(String)
ShowProgress(String, Int32)

Applies to