ComponentOne Windows 7 Control Pack for WinForms
FooterCustomIcon Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : FooterCustomIcon Property
Gets or sets the custom Icon to be displayed in the footer area of the task dialog.
Syntax
<C1CategoryAttribute("Icons")>
<LocalizableAttribute(True)>
<C1DescriptionAttribute("Specifies the custom Icon to be displayed in the footer area of the task dialog.")>
Public Property FooterCustomIcon As Icon
Dim instance As C1TaskDialog
Dim value As Icon
 
instance.FooterCustomIcon = value
 
value = instance.FooterCustomIcon
[C1Category("Icons")]
[Localizable(true)]
[C1Description("Specifies the custom Icon to be displayed in the footer area of the task dialog.")]
public Icon FooterCustomIcon {get; set;}
[C1Category("Icons")]
[Localizable(true)]
[C1Description("Specifies the custom Icon to be displayed in the footer area of the task dialog.")]
public:
property Icon^ FooterCustomIcon {
   Icon^ get();
   void set (    Icon^ value);
}
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members