WinForms Edition Documentation
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
 
See Also