| C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : CanBeMinimized Property |
<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);
}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2