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

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