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

In This Topic
    ExpandedByDefault Property
    In This Topic
    Indicates that the string specified by the ExpandedInformation property is visible when the dialog is initially displayed.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1TaskDialog.ExpandedByDefault", "Indicates that the expanded information is visible when the dialog is initially displayed.")>
    <DefaultValueAttribute(False)>
    <C1CategoryAttribute("Expanded")>
    Public Property ExpandedByDefault As Boolean
    [C1Description("C1TaskDialog.ExpandedByDefault", "Indicates that the expanded information is visible when the dialog is initially displayed.")]
    [DefaultValue(false)]
    [C1Category("Expanded")]
    public bool ExpandedByDefault {get; set;}
    See Also