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

In This Topic
    ToolTip Property (C1SuperErrorProvider)
    In This Topic
    Gets or sets the associated C1SuperTooltip component displaying the error description text.
    Syntax
    'Declaration
     
    Public Property ToolTip As C1SuperTooltip
    public C1SuperTooltip ToolTip {get; set;}
    See Also