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

In This Topic
    FooterCommonIcon Property
    In This Topic
    Gets or sets the predefined icon to be displayed in the footer of the task dialog.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1TaskDialog.FooterCommonIcon", "Specifies the predefined icon to be displayed in the footer of the task dialog.")>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <C1CategoryAttribute("Icons")>
    Public Property FooterCommonIcon As TaskDialogCommonIcon
    [C1Description("C1TaskDialog.FooterCommonIcon", "Specifies the predefined icon to be displayed in the footer of the task dialog.")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [C1Category("Icons")]
    public TaskDialogCommonIcon FooterCommonIcon {get; set;}
    See Also