See also:
NTier Windows Forms Framework Home
NTier Framework API reference

A simple progress dialog that shows a caption and a marquee progress bar.

Namespace: NTier.Designer.Forms
Assembly: NTier.Designer.Forms (in NTier.Designer.Forms.dll) Version: 1.0.0.0

Syntax

C#
public class ProgressDialog : NForm
Visual Basic
Public Class ProgressDialog
	Inherits NForm
Visual C++
public ref class ProgressDialog : public NForm

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..Form
              NForm
                NTier.Designer.Forms..::..ProgressDialog

See Also