ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / CanBeMinimized Property

In This Topic
    CanBeMinimized Property
    In This Topic
    Gets or sets whether the task dialog can be minimized.
    Syntax
    '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;}
    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