[]
Gets or sets whether the task dialog can be minimized.
public bool CanBeMinimized { get; set; }
The Minimize button can appear in the caption of the task dialog if you pass false in the 'dialogOwnedByActiveWindow' parameter to the Show(bool) method. It will not appear if the task dialog is owned by the other window.