ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.SuperTooltip Namespace / ISuperErrorProvider Interface / SetError Method
The control to set the error description text for.
The error description text.

In This Topic
    SetError Method (ISuperErrorProvider)
    In This Topic
    Sets the error description text for the specified control.
    Syntax
    'Declaration
     
    Sub SetError( _
       ByVal control As System.Windows.Forms.Control, _
       ByVal value As System.String _
    ) 
    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