Click or drag to resize

ProgressDialog Class

Progress Dialog
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsForm
              VIZCore3D.NET.DialogsProgressDialog

Namespace:  VIZCore3D.NET.Dialogs
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public class ProgressDialog : Form

The ProgressDialog type exposes the following members.

Constructors
Methods
  NameDescription
Public methodCloseDialog
Close Dialog
Public methodUpdateCaption
Update Caption
Public methodUpdateDescription
Update Description
Public methodUpdateProgress(Int32)
Update Progress
Public methodUpdateProgress(Int32, String)
Update Progress
Top
See Also