  | TaskDialogFooterIcon Property  | 
 
            Gets or sets the icon to display 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)
Syntaxpublic TaskDialogIcon FooterIcon { get; set; }Public Property FooterIcon As TaskDialogIcon
	Get
	Set
public:
property TaskDialogIcon FooterIcon {
	TaskDialogIcon get ();
	void set (TaskDialogIcon value);
}member FooterIcon : TaskDialogIcon with get, set
Property Value
Type: 
TaskDialogIcon
            A 
TaskDialogIcon that indicates the icon to display in the footer area of the task dialog.
            The default is 
Custom.
            
Remarks
              When this property is set to Custom, use the CustomFooterIcon property to
              specify the icon to use.
            
              The footer icon is displayed only if the Footer property is not an empty string ("").
            
See Also