Click or drag to resize

TaskDialogMinimizeBox Property

Gets or sets a value that indicates whether the dialog has a minimize box on its caption bar.

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

Property Value

Type: Boolean
if the dialog has a minimize box on its caption bar when modeless; otherwise, . The default is .
Remarks
A task dialog can only have a minimize box if it is displayed as a modeless dialog. The minimize box will never appear when using the designer "Preview" option, since that displays the dialog modally.
See Also