| TaskDialogFooter Property |
Gets or sets the text to be used in the footer area of the task dialog.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Footer { get; set; }
Public Property Footer As String
Get
Set
public:
property String^ Footer {
String^ get ();
void set (String^ value);
}
member Footer : string with get, set
Property Value
Type:
String
The text to be used in the footer area of the task dialog, or an empty string ("")
if the footer area is not displayed. The default value is an empty string ("").
See Also