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
[C1Category("Expanded")]
[C1Description("C1TaskDialog.CollapsedControlText", "String to be used to label the button for expanding the expandable information.")]
[DefaultValue("")]
[Localizable(true)]
public string CollapsedControlText {get; set;}
See Also