DevProgressDialogMinimizeBox Property

Gets or sets a value indicating whether the Minimize button is displayed in the caption bar of the progress dialog.

Definition

Namespace: DevCase.UI.Dialogs
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DefaultValueAttribute(true)]
public bool MinimizeBox { get; set; }

Property Value

Boolean
to display a Minimize button for the dialog; otherwise, .

The default is .

See Also