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

In This Topic
FooterText Property (C1TaskDialog)
In This Topic
Gets or sets the string displayed in the footer area of the task dialog.
Syntax
'Declaration
 
<C1DescriptionAttribute("C1TaskDialog.FooterText", "String displayed in the footer area of the task dialog.")>
<DefaultValueAttribute("")>
<EditorAttribute(C1.Win.C1Win7Pack.Design.MultilineStringEditor, System.Drawing.Design.UITypeEditor)>
<LocalizableAttribute(True)>
<C1CategoryAttribute("Captions")>
Public Property FooterText 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