Click or drag to resize

ProgressDialog Properties

The ProgressDialog type exposes the following members.

Properties
  NameDescription
Public propertyAnimation
Gets or sets the animation to show on the progress dialog.
Public propertyCancellationPending
Gets a value indicating whether the user has requested cancellation of the operation.
Public propertyCancellationText
Gets or sets the text that will be shown after the Cancel button is pressed.
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyDescription
Gets or sets additional details about the operation being carried out.
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyIsBusy
Gets a value that indicates whether the ProgressDialog is running an asynchronous operation.
Public propertyMinimizeBox
Gets or sets a value that indicates whether the progress dialog has a minimize button.
Public propertyProgressBarStyle
Gets or sets a value that indicates whether a regular or marquee style progress bar should be used.
Public propertyShowCancelButton
Gets or sets a value that indicates whether the dialog has a cancel button.
Public propertyShowTimeRemaining
Gets or sets a value that indicates whether an estimate of the remaining time will be shown.
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertyText
Gets or sets a short description of the operation being carried out.
Public propertyUseCompactPathsForDescription
Gets or sets a value that indicates whether path strings in the Description property should be compacted if they are too large to fit on one line.
Public propertyUseCompactPathsForText
Gets or sets a value that indicates whether path strings in the Text property should be compacted if they are too large to fit on one line.
Public propertyWindowTitle
Gets or sets the text in the progress dialog's title bar.
Top
See Also