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