ComponentOne Menus and Toolbars for WinForms
C1.Win.SuperTooltip.8 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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also