ComponentOne Windows 7 Control Pack for WinForms
CanBeMinimized Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : CanBeMinimized Property
Gets or sets whether the task dialog can be minimized.
Syntax
<C1CategoryAttribute("Icons")>
<DefaultValueAttribute()>
<C1DescriptionAttribute("Indicates that the task dialog can be minimized.")>
Public Property CanBeMinimized As Boolean
Dim instance As C1TaskDialog
Dim value As Boolean
 
instance.CanBeMinimized = value
 
value = instance.CanBeMinimized
[C1Category("Icons")]
[DefaultValue()]
[C1Description("Indicates that the task dialog can be minimized.")]
public bool CanBeMinimized {get; set;}
[C1Category("Icons")]
[DefaultValue()]
[C1Description("Indicates that the task dialog can be minimized.")]
public:
property bool CanBeMinimized {
   bool get();
   void set (    bool value);
}
Remarks
The Minimize button can appear in the caption of the task dialog if you pass false in the 'dialogOwnedByActiveWindow' parameter to the Show(Boolean) method. It will not appear if the task dialog is owned by the other window.
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members