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

In This Topic
    CollapsedControlText Property
    In This Topic
    Gets or sets the string to be used to label the button for expanding the expandable information.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Expanded")>
    <C1DescriptionAttribute("C1TaskDialog.CollapsedControlText", "String to be used to label the button for expanding the expandable information.")>
    <DefaultValueAttribute("")>
    <LocalizableAttribute(True)>
    Public Property CollapsedControlText As String
    [C1Category("Expanded")]
    [C1Description("C1TaskDialog.CollapsedControlText", "String to be used to label the button for expanding the expandable information.")]
    [DefaultValue("")]
    [Localizable(true)]
    public string CollapsedControlText {get; set;}
    See Also