ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / FooterCustomIcon Property

In This Topic
    FooterCustomIcon Property
    In This Topic
    Gets or sets the custom Icon to be displayed in the footer area of the task dialog.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1TaskDialog.FooterCustomIcon", "Specifies the custom Icon to be displayed in the footer area of the task dialog.")>
    <LocalizableAttribute(True)>
    <C1CategoryAttribute("Icons")>
    Public Property FooterCustomIcon As Icon
    [C1Description("C1TaskDialog.FooterCustomIcon", "Specifies the custom Icon to be displayed in the footer area of the task dialog.")]
    [Localizable(true)]
    [C1Category("Icons")]
    public Icon FooterCustomIcon {get; set;}
    See Also