Class ProgressDialog
Represents a dialog window that displays a progress bar and a message to the user.
public class ProgressDialog : DialogWindow, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, INotifyDataErrorInfo, IWindow, IControl, IDisposable, IWin32Window
- Inheritance
-
ProgressDialog
- Implements
Constructors
- ProgressDialog()
Initializes a new instance of the ProgressDialog class with default title and message.
- ProgressDialog(string?, string?)
Initializes a new instance of the ProgressDialog class with a specified title and message.
Fields
- DefaultMessage
The default message displayed in the progress dialog.
- DefaultTitle
The default title of the progress dialog.
Properties
- Message
Gets or sets the message displayed in the progress dialog.
- MessageLabel
Gets the label control used to display the message in the progress dialog.
- ProgressBar
Gets the progress bar control used in the progress dialog.