DevProgressDialogMinimizeBox Property
Gets or sets a value indicating whether the Minimize button is displayed in the caption bar of the progress dialog.
Namespace: DevCase.UI.DialogsAssembly: 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; }
<DefaultValueAttribute(true)>
Public Property MinimizeBox As Boolean
Get
Set
Dim instance As DevProgressDialog
Dim value As Boolean
value = instance.MinimizeBox
instance.MinimizeBox = value
public:
[DefaultValueAttribute(true)]
property bool MinimizeBox {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(true)>]
member MinimizeBox : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean to display a Minimize button for the dialog;
otherwise,
.
The default is
.