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