ComponentOne Windows 7 Control Pack for WinForms
FooterText Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : FooterText Property
Gets or sets the string displayed in the footer area of the task dialog.
Syntax
<C1DescriptionAttribute("String displayed in the footer area of the task dialog.")>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Win7Pack.Design.MultilineStringEditor, C1.Win.C1Win7Pack.4.Design, Version=4.0.20163.212")>
<LocalizableAttribute(True)>
<C1CategoryAttribute("Captions")>
<DefaultValueAttribute()>
Public Property FooterText As String
Dim instance As C1TaskDialog
Dim value As String
 
instance.FooterText = value
 
value = instance.FooterText
[C1Description("String displayed in the footer area of the task dialog.")]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Win7Pack.Design.MultilineStringEditor, C1.Win.C1Win7Pack.4.Design, Version=4.0.20163.212")]
[Localizable(true)]
[C1Category("Captions")]
[DefaultValue()]
public string FooterText {get; set;}
[C1Description("String displayed in the footer area of the task dialog.")]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Win7Pack.Design.MultilineStringEditor, C1.Win.C1Win7Pack.4.Design, Version=4.0.20163.212")]
[Localizable(true)]
[C1Category("Captions")]
[DefaultValue()]
public:
property String^ FooterText {
   String^ get();
   void set (    String^ value);
}
Remarks
If the EnableHyperlinks property contains True, then this string may contain hyperlinks in the form: <A HREF="url">Hyperlink Text</A>.
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members