ComponentOne Windows 7 Control Pack for WinForms
ExpandedControlText Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : ExpandedControlText Property
Gets or sets the string to be used to label the button for collapsing the expandable information.
Syntax
<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);
}
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members