The ProgressHelper type exposes the following members.

Constructors

  NameDescription
ProgressHelperOverloaded.
Initializes a new instance of the ProgressHelper class with the specified properties.

Methods

  NameDescription
Close
Destroys a ProgressHelper object - it will be hidden then disposed.
Dispose
Performs tasks associated with freeing, releasing, or resetting unmanaged resources.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Hide
Hides the progress dialog window so that it is not visible in the application.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Show
Shows the progress dialog window so that it is visible in the application.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
UpdateCaption
Updates the title caption of the dialog window.
UpdateInstruction
Updates the main message within the dialog window.
UpdateMessage
Updates the secondary message within the dialog window.

Properties

  NameDescription
CanCancel
Gets or sets a value indicating if the Cancel button is shown on the ProgressHelper dialog.
IsCancelled
Gets a value indicating if the Cancel button has been pressed on the ProgressHelper dialog.

See Also