ComponentOne SuperTooltip for WinForms
C1.Win.C1SuperTooltip.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperErrorProvider Class / GetIconAlignment Method
The control to get the icon location for.

In This Topic
    GetIconAlignment Method (C1SuperErrorProvider)
    In This Topic
    Gets a value indicating where the error icon should be placed in relation to the control.
    Syntax
    'Declaration
     
    Public Function GetIconAlignment( _
       ByVal control As System.Windows.Forms.Control _
    ) As System.Windows.Forms.ErrorIconAlignment
    public System.Windows.Forms.ErrorIconAlignment GetIconAlignment( 
       System.Windows.Forms.Control control
    )

    Parameters

    control
    The control to get the icon location for.

    Return Value

    One of the ErrorIconAlignment values. The default icon alignment is MiddleRight.
    See Also