Click or drag to resize

TaskDialogCustomFooterIcon Property

Gets or sets a custom icon to display in the footer area of the task dialog.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Icon CustomFooterIcon { get; set; }

Property Value

Type: Icon
An Icon that represents the icon to display in the footer area of the task dialog, or if no custom icon is used. The default value is .
Remarks

This property is ignored if the FooterIcon property has a value other than Custom.

The footer icon is displayed only if the Footer property is not an empty string ("").

See Also