| C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : ExpandedControlText Property |
<C1DescriptionAttribute("String to be used to label the button for collapsing the expandable information.")>
<DefaultValueAttribute()>
<LocalizableAttribute(True)>
<C1CategoryAttribute("Expanded")>
Public Property ExpandedControlText As String
Dim instance As C1TaskDialog Dim value As String instance.ExpandedControlText = value value = instance.ExpandedControlText
[C1Description("String to be used to label the button for collapsing the expandable information.")]
[DefaultValue()]
[Localizable(true)]
[C1Category("Expanded")]
public string ExpandedControlText {get; set;}
[C1Description("String to be used to label the button for collapsing the expandable information.")]
[DefaultValue()]
[Localizable(true)]
[C1Category("Expanded")]
public:
property String^ ExpandedControlText {
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