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

In This Topic
    ImageHot Property (C1SuperErrorProvider)
    In This Topic
    Gets or sets the Image that appears next to a control when the mouse hovers over the error icon.
    Syntax
    'Declaration
     
    Public Property ImageHot As System.Drawing.Image
    public System.Drawing.Image ImageHot {get; set;}
    See Also