  | TaskDialogCustomFooterIcon Property  | 
 
            Gets or sets a custom 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 Icon CustomFooterIcon { get; set; }Public Property CustomFooterIcon As Icon
	Get
	Set
public:
property Icon^ CustomFooterIcon {
	Icon^ get ();
	void set (Icon^ value);
}member CustomFooterIcon : Icon with 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