Click or drag to resize

ProgressDialog.MinimizeBox Property

Gets or sets a value that indicates whether the progress dialog has a minimize button.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool MinimizeBox { get; set; }

Property Value

Type: Boolean
true if the dialog has a minimize button; otherwise, false. The default value is true.
Remarks
Note Note
This property has no effect on modal dialogs (which do not have a minimize button). It only applies to modeless dialogs shown by using the Show() method.

This property must be set before Show() is called. Changing property has no effect while the dialog is being displayed.

See Also