[]
Gets or sets whether the task dialog can be minimized.
public bool CanBeMinimized { get; set; }
Public Property CanBeMinimized As Boolean
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.