ComponentOne SuperTooltip for WinForms
C1.Win.C1SuperTooltip.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperErrorProvider Class / SetIconAlignment Method
The control to set the icon location for.
One of the ErrorIconAlignment values.

In This Topic
    SetIconAlignment Method (C1SuperErrorProvider)
    In This Topic
    Sets the location where the error icon should be placed in relation to the control.
    Syntax
    'Declaration
     
    Public Sub SetIconAlignment( _
       ByVal control As System.Windows.Forms.Control, _
       ByVal value As System.Windows.Forms.ErrorIconAlignment _
    ) 
    public void SetIconAlignment( 
       System.Windows.Forms.Control control,
       System.Windows.Forms.ErrorIconAlignment value
    )

    Parameters

    control
    The control to set the icon location for.
    value
    One of the ErrorIconAlignment values.
    See Also