ComponentOne SuperTooltip for WinForms
C1.Win.SuperTooltip.5 Assembly / C1.Win.SuperTooltip Namespace / C1SuperErrorProvider Class / GetError Method
The item to get the error description text for.

In This Topic
    GetError Method (C1SuperErrorProvider)
    In This Topic
    Returns the current error description text for the specified control.
    Syntax
    'Declaration
     
    Public Function GetError( _
       ByVal control As System.Windows.Forms.Control _
    ) As System.String
    public System.string GetError( 
       System.Windows.Forms.Control control
    )

    Parameters

    control
    The item to get the error description text for.

    Return Value

    The error description text for the specified control.
    See Also