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
[C1Description("C1TaskDialog.FooterText", "String displayed in the footer area of the task dialog.")]
[DefaultValue("")]
[Editor(C1.Win.C1Win7Pack.Design.MultilineStringEditor, System.Drawing.Design.UITypeEditor)]
[Localizable(true)]
[C1Category("Captions")]
public string FooterText {get; set;}
See Also