[]
        
(Showing Draft Content)

C1.Win.C1Win7Pack.C1TaskDialog.CanBeMinimized

CanBeMinimized Property

CanBeMinimized

Gets or sets whether the task dialog can be minimized.

Declaration
public bool CanBeMinimized { get; set; }
Remarks

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.