  | 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)
Syntaxpublic bool MinimizeBox { get; set; }Public Property MinimizeBox As Boolean
	Get
	Set
public:
property bool MinimizeBox {
	bool get ();
	void set (bool value);
}member MinimizeBox : bool with 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