'Declaration
<C1DescriptionAttribute("C1TaskDialog.CanBeMinimized", "Indicates that the task dialog can be minimized.")> <DefaultValueAttribute(False)> <C1CategoryAttribute("Icons")> Public Property CanBeMinimized As Boolean
[C1Description("C1TaskDialog.CanBeMinimized", "Indicates that the task dialog can be minimized.")] [DefaultValue(false)] [C1Category("Icons")] public bool CanBeMinimized {get; set;}