| C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : CollapsedControlText Property |
<C1DescriptionAttribute("String to be used to label the button for expanding the expandable information.")>
<DefaultValueAttribute()>
<LocalizableAttribute(True)>
<C1CategoryAttribute("Expanded")>
Public Property CollapsedControlText As String
Dim instance As C1TaskDialog Dim value As String instance.CollapsedControlText = value value = instance.CollapsedControlText
[C1Description("String to be used to label the button for expanding the expandable information.")]
[DefaultValue()]
[Localizable(true)]
[C1Category("Expanded")]
public string CollapsedControlText {get; set;}
[C1Description("String to be used to label the button for expanding the expandable information.")]
[DefaultValue()]
[Localizable(true)]
[C1Category("Expanded")]
public:
property String^ CollapsedControlText {
String^ get();
void set ( String^ value);
}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2