ComponentOne SuperTooltip for WinForms
C1.Win.SuperTooltip.5 Assembly / C1.Win.SuperTooltip Namespace / C1SuperErrorProvider Class
Members

In This Topic
    C1SuperErrorProvider Class
    In This Topic
    Provides a user interface for indicating that a control on a form has an error associated with it.
    Object Model
    C1SuperErrorProvider Class
    Syntax
    'Declaration
     
    Public Class C1SuperErrorProvider 
       Inherits System.ComponentModel.Component
       Implements C1.Win.SuperTooltip.ISuperErrorProvider 
    public class C1SuperErrorProvider : System.ComponentModel.Component, C1.Win.SuperTooltip.ISuperErrorProvider  
    Remarks
    C1SuperErrorProvider presents a mechanism for indicating to the end user that a control on a form has an error associated with it. If an error description string is specified for the control, an icon appears next to the control. The icon flashes in the manner specified by BlinkStyle, at the rate specified by BlinkRate. When the mouse hovers over the icon, a C1SuperTooltip appears showing the error description as HTML text.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             C1.Win.SuperTooltip.C1SuperErrorProvider

    See Also