Table of Contents

Class ProgressDialog

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

Represents a dialogic form that can be used for any long-term operation.

public class ProgressDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Inheritance
ProgressDialog
Implements

Constructors

ProgressDialog()

Initializes a new instance of the ProgressDialog class with default settings.

Properties

Message

Gets or sets the text to display in the message label.

Progress

Gets or sets the current position of the progress bar.

ProgressBarStyle

Gets or sets a style used to indicate the progress of an operation.

Methods

Dispose(bool)

Clean up any resources being used.

OnKeyDown(KeyEventArgs)

Raises the KeyDown event.

OnLoad(EventArgs)

Raises the Load event.

ReportProgress(double)

Reports the progress of the operation by updating the current value.