Click or drag to resize

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; }

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