ArcGIS Explorer Component Help |
ProgressHelper Members |
ProgressHelper Class Constructors Methods Properties See Also |
The ProgressHelper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProgressHelper | Overloaded. Initializes a new instance of the ProgressHelper class with the specified properties. |
Methods
Name | Description | |
---|---|---|
Close |
Destroys a ProgressHelper object - it will be hidden then disposed.
| |
Dispose | Performs tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Equals | (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 | (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
Name | Description | |
---|---|---|
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.
|