ComponentOne SuperTooltip for WinForms
C1.Win.C1SuperTooltip.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperErrorProvider Class / SetError Method
The control to set the error description text for.
The error description text.

In This Topic
    SetError Method (C1SuperErrorProvider)
    In This Topic
    Sets the error description text for the specified control.
    Syntax
    'Declaration
     
    Public Sub SetError( _
       ByVal control As System.Windows.Forms.Control, _
       ByVal value As System.String _
    ) 
    public void SetError( 
       System.Windows.Forms.Control control,
       System.string value
    )

    Parameters

    control
    The control to set the error description text for.
    value
    The error description text.
    See Also