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

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