WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / ExpandedInformation Property

In This Topic
ExpandedInformation Property
In This Topic
Gets or sets the string to be used for displaying additional information.
Syntax
'Declaration
 
<EditorAttribute(C1.Win.C1Win7Pack.Design.MultilineStringEditor, System.Drawing.Design.UITypeEditor)>
<C1DescriptionAttribute("C1TaskDialog.ExpandedInformation", "String to be used for displaying additional information.")>
<DefaultValueAttribute("")>
<LocalizableAttribute(True)>
<C1CategoryAttribute("Expanded")>
Public Property ExpandedInformation As String
 
Remarks
If the EnableHyperlinks property contains True, then this string may contain hyperlinks in the form: <A HREF="url">Hyperlink Text</A>.
See Also