ComponentOne SuperTooltip for WinForms
C1.Win.C1SuperTooltip.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperErrorProvider Class / Icon Property

In This Topic
    Icon Property (C1SuperErrorProvider)
    In This Topic
    Gets or sets the Icon that is displayed next to a control when an error description text has been set for the control.
    Syntax
    'Declaration
     
    Public Property Icon As System.Drawing.Icon
    public System.Drawing.Icon Icon {get; set;}
    Remarks
    The Icon property is used if the Image property is empty.
    See Also